Class BrowsingContextInfo
java.lang.Object
org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
-
Constructor Summary
ConstructorDescriptionBrowsingContextInfo
(String id, String url, List<BrowsingContextInfo> children, String parentBrowsingContext) -
Method Summary
-
Constructor Details
-
BrowsingContextInfo
public BrowsingContextInfo(String id, String url, List<BrowsingContextInfo> children, String parentBrowsingContext)
-
-
Method Details
-
getId
-
getUrl
-
getChildren
-
getParentBrowsingContext
-
fromJson
-