Uses of Class
org.openqa.selenium.devtools.v141.network.model.LoadNetworkResourceOptions
Packages that use LoadNetworkResourceOptions
-
Uses of LoadNetworkResourceOptions in org.openqa.selenium.devtools.v141.network
Methods in org.openqa.selenium.devtools.v141.network with parameters of type LoadNetworkResourceOptionsModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<LoadNetworkResourcePageResult> Network.loadNetworkResource(Optional<FrameId> frameId, String url, LoadNetworkResourceOptions options) Fetches the resource and returns the content.