Uses of Class
org.openqa.selenium.devtools.v113.network.model.LoadNetworkResourcePageResult
-
Packages that use LoadNetworkResourcePageResult Package Description org.openqa.selenium.devtools.v113.network -
-
Uses of LoadNetworkResourcePageResult in org.openqa.selenium.devtools.v113.network
Methods in org.openqa.selenium.devtools.v113.network that return types with arguments of type LoadNetworkResourcePageResult 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.
-