-
public final class LoadNetworkResourceRequestRequest object containing input parameters for the NetworkDomain.loadNetworkResource command.
-
-
Constructor Summary
Constructors Constructor Description LoadNetworkResourceRequest(String frameId, String url, LoadNetworkResourceOptions options)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final LoadNetworkResourceOptionscomponent3()final LoadNetworkResourceRequestcopy(String frameId, String url, LoadNetworkResourceOptions options)final StringgetFrameId()Frame id to get the resource for. final StringgetUrl()URL of the resource to get content for. final LoadNetworkResourceOptionsgetOptions()Options for the request. -
-
Constructor Detail
-
LoadNetworkResourceRequest
LoadNetworkResourceRequest(String frameId, String url, LoadNetworkResourceOptions options)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final LoadNetworkResourceOptions component3()
-
copy
final LoadNetworkResourceRequest copy(String frameId, String url, LoadNetworkResourceOptions options)
-
getFrameId
final String getFrameId()
Frame id to get the resource for.
-
getOptions
final LoadNetworkResourceOptions getOptions()
Options for the request.
-
-
-
-