Uses of Class
org.openqa.selenium.devtools.v102.network.model.LoadNetworkResourceOptions
-
Packages that use LoadNetworkResourceOptions Package Description org.openqa.selenium.devtools.v102.network -
-
Uses of LoadNetworkResourceOptions in org.openqa.selenium.devtools.v102.network
Methods in org.openqa.selenium.devtools.v102.network with parameters of type LoadNetworkResourceOptions Modifier and Type Method Description static org.openqa.selenium.devtools.Command<LoadNetworkResourcePageResult>Network. loadNetworkResource(java.util.Optional<FrameId> frameId, java.lang.String url, LoadNetworkResourceOptions options)Fetches the resource and returns the content.
-