Uses of Class
com.microsoft.playwright.Page.FocusOptions
-
Packages that use Page.FocusOptions Package Description com.microsoft.playwright -
-
Uses of Page.FocusOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.FocusOptions Modifier and Type Method Description Page.FocusOptionsPage.FocusOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.FocusOptionsPage.FocusOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.FocusOptions Modifier and Type Method Description voidPage. focus(String selector, Page.FocusOptions options)This method fetches an element withselectorand focuses it.
-