Package org.openqa.selenium.bidi
Class BrowsingContextInspector
java.lang.Object
org.openqa.selenium.bidi.BrowsingContextInspector
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionBrowsingContextInspector
(String browsingContextId, org.openqa.selenium.WebDriver driver) BrowsingContextInspector
(Set<String> browsingContextIds, org.openqa.selenium.WebDriver driver) BrowsingContextInspector
(org.openqa.selenium.WebDriver driver) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
onBrowsingContextCreated
(Consumer<BrowsingContextInfo> consumer) void
onBrowsingContextLoaded
(Consumer<NavigationInfo> consumer) void
onDomContentLoaded
(Consumer<NavigationInfo> consumer)
-
Constructor Details
-
BrowsingContextInspector
public BrowsingContextInspector(org.openqa.selenium.WebDriver driver) -
BrowsingContextInspector
-
BrowsingContextInspector
-
-
Method Details
-
onBrowsingContextCreated
-
onDomContentLoaded
-
onBrowsingContextLoaded
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-