Uses of Class
com.microsoft.playwright.Locator.InnerTextOptions
-
Packages that use Locator.InnerTextOptions Package Description com.microsoft.playwright -
-
Uses of Locator.InnerTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.InnerTextOptions Modifier and Type Method Description Locator.InnerTextOptionsLocator.InnerTextOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.InnerTextOptions Modifier and Type Method Description StringLocator. innerText(Locator.InnerTextOptions options)Returns theelement.innerText.
-