Uses of Enum Class
org.openqa.selenium.devtools.v126.page.Page.SetWebLifecycleStateState
Packages that use Page.SetWebLifecycleStateState
-
Uses of Page.SetWebLifecycleStateState in org.openqa.selenium.devtools.v126.page
Methods in org.openqa.selenium.devtools.v126.page that return Page.SetWebLifecycleStateStateModifier and TypeMethodDescriptionPage.SetWebLifecycleStateState.fromString
(String s) Returns the enum constant of this class with the specified name.static Page.SetWebLifecycleStateState[]
Page.SetWebLifecycleStateState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v126.page with parameters of type Page.SetWebLifecycleStateStateModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>
Page.setWebLifecycleState
(Page.SetWebLifecycleStateState state) Tries to update the web lifecycle state of the page.