Uses of Class
com.microsoft.playwright.Locator.InnerTextOptions
-
Packages that use Locator.InnerTextOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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 java.lang.StringLocator. innerText(Locator.InnerTextOptions options)Returns theelement.innerText. -
Uses of Locator.InnerTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.InnerTextOptions Modifier and Type Method Description java.lang.StringLocatorImpl. innerText(Locator.InnerTextOptions options)
-