Uses of Class
org.openqa.selenium.devtools.v101.page.Page.SetWebLifecycleStateState
-
Packages that use Page.SetWebLifecycleStateState Package Description org.openqa.selenium.devtools.v101.page -
-
Uses of Page.SetWebLifecycleStateState in org.openqa.selenium.devtools.v101.page
Methods in org.openqa.selenium.devtools.v101.page that return Page.SetWebLifecycleStateState Modifier and Type Method Description static Page.SetWebLifecycleStateState
Page.SetWebLifecycleStateState. fromString(java.lang.String s)
static Page.SetWebLifecycleStateState
Page.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.v101.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.
-