Uses of Class
com.microsoft.playwright.Page.WaitForSelectorOptions
-
Packages that use Page.WaitForSelectorOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String selector, Page.WaitForSelectorOptions options)Returns when element specified by selector satisfiesstateoption. -
Uses of Page.WaitForSelectorOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForSelectorOptions Modifier and Type Method Description ElementHandlePageImpl. waitForSelector(java.lang.String selector, Page.WaitForSelectorOptions options)
-