Uses of Class
org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
Packages that use BrowsingContextInfo
-
Uses of BrowsingContextInfo in org.openqa.selenium.bidi.browsingcontext
Methods 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.module
Method parameters in org.openqa.selenium.bidi.module with type arguments of type BrowsingContextInfoModifier and TypeMethodDescriptionvoid
BrowsingContextInspector.onBrowsingContextCreated
(Consumer<BrowsingContextInfo> consumer) void
BrowsingContextInspector.onBrowsingContextDestroyed
(Consumer<BrowsingContextInfo> consumer)