Uses of Class
org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
Packages that use BrowsingContextInfo
- 
Uses of BrowsingContextInfo in org.openqa.selenium.bidi.browsingcontextMethods in org.openqa.selenium.bidi.browsingcontext that return BrowsingContextInfoMethods in org.openqa.selenium.bidi.browsingcontext that return types with arguments of type BrowsingContextInfoModifier and TypeMethodDescriptionBrowsingContextInfo.getChildren()BrowsingContext.getTopLevelContexts()BrowsingContext.getTree()BrowsingContext.getTree(int maxDepth) Constructor parameters in org.openqa.selenium.bidi.browsingcontext with type arguments of type BrowsingContextInfoModifierConstructorDescriptionBrowsingContextInfo(String id, String url, List<BrowsingContextInfo> children, String parentBrowsingContext) 
- 
Uses of BrowsingContextInfo in org.openqa.selenium.bidi.moduleMethod parameters in org.openqa.selenium.bidi.module with type arguments of type BrowsingContextInfoModifier and TypeMethodDescriptionvoidBrowsingContextInspector.onBrowsingContextCreated(Consumer<BrowsingContextInfo> consumer) voidBrowsingContextInspector.onBrowsingContextDestroyed(Consumer<BrowsingContextInfo> consumer)