Uses of Class
com.microsoft.playwright.Locator.GetAttributeOptions
-
Packages that use Locator.GetAttributeOptions Package Description com.microsoft.playwright -
-
Uses of Locator.GetAttributeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetAttributeOptions Modifier and Type Method Description Locator.GetAttributeOptionsLocator.GetAttributeOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.GetAttributeOptions Modifier and Type Method Description StringLocator. getAttribute(String name, Locator.GetAttributeOptions options)Returns the matching element's attribute value.
-