Uses of Class
com.microsoft.playwright.Frame.WaitForSelectorOptions
-
Packages that use Frame.WaitForSelectorOptions Package Description com.microsoft.playwright -
-
Uses of Frame.WaitForSelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForSelectorOptions Modifier and Type Method Description Frame.WaitForSelectorOptionsFrame.WaitForSelectorOptions. setState(WaitForSelectorState state)Defaults to"visible".Frame.WaitForSelectorOptionsFrame.WaitForSelectorOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Frame.WaitForSelectorOptionsFrame.WaitForSelectorOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.WaitForSelectorOptions Modifier and Type Method Description ElementHandleFrame. waitForSelector(String selector, Frame.WaitForSelectorOptions options)Returns when element specified by selector satisfiesstateoption.
-