Class BrowsingContext

java.lang.Object
org.openqa.selenium.bidi.browsingcontext.BrowsingContext

public class BrowsingContext extends Object
  • Field Details

    • LIST_OF_BROWSING_CONTEXT_INFO

      protected static final Type LIST_OF_BROWSING_CONTEXT_INFO
  • Constructor Details

    • BrowsingContext

      public BrowsingContext(org.openqa.selenium.WebDriver driver, String id)
    • BrowsingContext

      public BrowsingContext(org.openqa.selenium.WebDriver driver, org.openqa.selenium.WindowType type)
    • BrowsingContext

      public BrowsingContext(org.openqa.selenium.WebDriver driver, org.openqa.selenium.WindowType type, String referenceContextId)
  • Method Details