Uses of Class
org.openqa.selenium.bidi.browsingcontext.NavigationInfo
Packages that use NavigationInfo
-
Uses of NavigationInfo in org.openqa.selenium.bidi.browsingcontext
Subclasses of NavigationInfo in org.openqa.selenium.bidi.browsingcontextModifier and TypeClassDescriptionclassclassclassMethods in org.openqa.selenium.bidi.browsingcontext that return NavigationInfoConstructors in org.openqa.selenium.bidi.browsingcontext with parameters of type NavigationInfo -
Uses of NavigationInfo in org.openqa.selenium.bidi.module
Method parameters in org.openqa.selenium.bidi.module with type arguments of type NavigationInfoModifier and TypeMethodDescriptionvoidBrowsingContextInspector.onBrowsingContextLoaded(Consumer<NavigationInfo> consumer) voidBrowsingContextInspector.onDomContentLoaded(Consumer<NavigationInfo> consumer) voidBrowsingContextInspector.onFragmentNavigated(Consumer<NavigationInfo> consumer) voidBrowsingContextInspector.onNavigationAborted(Consumer<NavigationInfo> consumer) voidBrowsingContextInspector.onNavigationCommitted(Consumer<NavigationInfo> consumer) voidBrowsingContextInspector.onNavigationFailed(Consumer<NavigationInfo> consumer) voidBrowsingContextInspector.onNavigationStarted(Consumer<NavigationInfo> consumer)