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