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