Class BrowsingContextInfo

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

public class BrowsingContextInfo extends Object
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getUrl

      public String getUrl()
    • getChildren

      public @Nullable List<BrowsingContextInfo> getChildren()
    • getClientWindow

      public String getClientWindow()
    • getOriginalOpener

      public @Nullable String getOriginalOpener()
    • getUserContext

      public String getUserContext()
    • getParentBrowsingContext

      public @Nullable String getParentBrowsingContext()
    • fromJson

      public static BrowsingContextInfo fromJson(org.openqa.selenium.json.JsonInput input)
    • toString

      public String toString()
      Overrides:
      toString in class Object