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