Class BrowsingContextInspector

java.lang.Object
org.openqa.selenium.bidi.module.BrowsingContextInspector
All Implemented Interfaces:
AutoCloseable

public class BrowsingContextInspector extends Object implements AutoCloseable
  • Constructor Details

    • BrowsingContextInspector

      public BrowsingContextInspector(org.openqa.selenium.WebDriver driver)
    • BrowsingContextInspector

      public BrowsingContextInspector(String browsingContextId, org.openqa.selenium.WebDriver driver)
    • BrowsingContextInspector

      public BrowsingContextInspector(Set<String> browsingContextIds, org.openqa.selenium.WebDriver driver)
  • Method Details