Uses of Class
org.openqa.selenium.devtools.page.Page.GetResourceContentResponse
-
Packages that use Page.GetResourceContentResponse Package Description org.openqa.selenium.devtools.page -
-
Uses of Page.GetResourceContentResponse in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return types with arguments of type Page.GetResourceContentResponse Modifier and Type Method Description static Command<Page.GetResourceContentResponse>
Page. getResourceContent(FrameId frameId, java.lang.String url)
Returns content of the given resource.
-