Uses of Class
org.openqa.selenium.devtools.v114.page.Page.SetWebLifecycleStateState
-
Packages that use Page.SetWebLifecycleStateState Package Description org.openqa.selenium.devtools.v114.page -
-
Uses of Page.SetWebLifecycleStateState in org.openqa.selenium.devtools.v114.page
Methods in org.openqa.selenium.devtools.v114.page that return Page.SetWebLifecycleStateState Modifier and Type Method Description static Page.SetWebLifecycleStateStatePage.SetWebLifecycleStateState. fromString(java.lang.String s)static Page.SetWebLifecycleStateStatePage.SetWebLifecycleStateState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Page.SetWebLifecycleStateState[]Page.SetWebLifecycleStateState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v114.page with parameters of type Page.SetWebLifecycleStateState Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Page. setWebLifecycleState(Page.SetWebLifecycleStateState state)Tries to update the web lifecycle state of the page.
-