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