Uses of Class
com.microsoft.playwright.ElementHandle.WaitForElementStateOptions
-
Packages that use ElementHandle.WaitForElementStateOptions Package Description com.microsoft.playwright -
-
Uses of ElementHandle.WaitForElementStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return ElementHandle.WaitForElementStateOptions Modifier and Type Method Description ElementHandle.WaitForElementStateOptionsElementHandle.WaitForElementStateOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type ElementHandle.WaitForElementStateOptions Modifier and Type Method Description voidElementHandle. waitForElementState(ElementState state, ElementHandle.WaitForElementStateOptions options)Returns when the element satisfies thestate.
-