Uses of Class
com.microsoft.playwright.Frame.WaitForSelectorOptions
Packages that use Frame.WaitForSelectorOptions
-
Uses of Frame.WaitForSelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForSelectorOptionsModifier and TypeMethodDescriptionFrame.WaitForSelectorOptions.setState(WaitForSelectorState state) Defaults to"visible".Frame.WaitForSelectorOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Frame.WaitForSelectorOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.WaitForSelectorOptionsModifier and TypeMethodDescriptionFrame.waitForSelector(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.WaitForSelectorOptionsModifier and TypeMethodDescriptionFrameImpl.waitForSelector(String selector, Frame.WaitForSelectorOptions options) (package private) ElementHandleFrameImpl.waitForSelectorImpl(String selector, Frame.WaitForSelectorOptions options) (package private) ElementHandleFrameImpl.waitForSelectorImpl(String selector, Frame.WaitForSelectorOptions options, boolean omitReturnValue)