Uses of Class
com.microsoft.playwright.Page.GetAttributeOptions
-
Packages that use Page.GetAttributeOptions Package Description com.microsoft.playwright -
-
Uses of Page.GetAttributeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GetAttributeOptions Modifier and Type Method Description Page.GetAttributeOptionsPage.GetAttributeOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.GetAttributeOptionsPage.GetAttributeOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.GetAttributeOptions Modifier and Type Method Description StringPage. getAttribute(String selector, String name, Page.GetAttributeOptions options)Returns element attribute value.
-