Uses of Class
org.openqa.selenium.devtools.page.Page.Mode
-
Packages that use Page.Mode Package Description org.openqa.selenium.devtools.page -
-
Uses of Page.Mode in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return Page.Mode Modifier and Type Method Description static Page.Mode
Page.Mode. fromString(java.lang.String s)
static Page.Mode
Page.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Page.Mode[]
Page.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.page that return types with arguments of type Page.Mode Modifier and Type Method Description static Event<Page.Mode>
Page. fileChooserOpened()
-