Uses of Class
com.microsoft.playwright.Frame.WaitForSelectorOptions.State
-
Packages that use Frame.WaitForSelectorOptions.State Package Description com.microsoft.playwright -
-
Uses of Frame.WaitForSelectorOptions.State in com.microsoft.playwright
Fields in com.microsoft.playwright declared as Frame.WaitForSelectorOptions.State Modifier and Type Field Description Frame.WaitForSelectorOptions.State
Frame.WaitForSelectorOptions. state
Defaults to'visible'
.Methods in com.microsoft.playwright that return Frame.WaitForSelectorOptions.State Modifier and Type Method Description static Frame.WaitForSelectorOptions.State
Frame.WaitForSelectorOptions.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Frame.WaitForSelectorOptions.State[]
Frame.WaitForSelectorOptions.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.playwright with parameters of type Frame.WaitForSelectorOptions.State Modifier and Type Method Description Frame.WaitForSelectorOptions
Frame.WaitForSelectorOptions. withState(Frame.WaitForSelectorOptions.State state)
-