Package org.openqa.selenium.bidi.module
Class SpeculationInspector
java.lang.Object
org.openqa.selenium.bidi.module.SpeculationInspector
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionSpeculationInspector(String browsingContextId, org.openqa.selenium.WebDriver driver) SpeculationInspector(Set<String> browsingContextIds, org.openqa.selenium.WebDriver driver) SpeculationInspector(org.openqa.selenium.WebDriver driver) -
Method Summary
-
Constructor Details
-
SpeculationInspector
public SpeculationInspector(org.openqa.selenium.WebDriver driver) -
SpeculationInspector
-
SpeculationInspector
-
-
Method Details
-
onPrefetchStatusUpdated
-
removeListener
public void removeListener(long subscriptionId) -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-