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