Uses of Class
org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
-
Packages that use BrowsingContextInfo Package Description org.openqa.selenium.bidi.browsingcontext -
-
Uses of BrowsingContextInfo in org.openqa.selenium.bidi.browsingcontext
Methods in org.openqa.selenium.bidi.browsingcontext that return BrowsingContextInfo Modifier and Type Method Description static BrowsingContextInfo
BrowsingContextInfo. fromJson(org.openqa.selenium.json.JsonInput input)
Methods in org.openqa.selenium.bidi.browsingcontext that return types with arguments of type BrowsingContextInfo Modifier and Type Method Description java.util.List<BrowsingContextInfo>
BrowsingContextInfo. getChildren()
java.util.List<BrowsingContextInfo>
BrowsingContext. getTopLevelContexts()
java.util.List<BrowsingContextInfo>
BrowsingContext. getTree()
java.util.List<BrowsingContextInfo>
BrowsingContext. getTree(int maxDepth)
Constructor parameters in org.openqa.selenium.bidi.browsingcontext with type arguments of type BrowsingContextInfo Constructor Description BrowsingContextInfo(java.lang.String id, java.lang.String url, java.util.List<BrowsingContextInfo> children, java.lang.String parentBrowsingContext)
-