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