Uses of Class
com.microsoft.playwright.Selectors.RegisterOptions
Packages that use Selectors.RegisterOptions
-
Uses of Selectors.RegisterOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Selectors.RegisterOptionsModifier and TypeMethodDescriptionSelectors.RegisterOptions.setContentScript(boolean contentScript) Whether to run this selector engine in isolated JavaScript environment.Methods in com.microsoft.playwright with parameters of type Selectors.RegisterOptionsModifier and TypeMethodDescriptionvoidSelectors.register(String name, String script, Selectors.RegisterOptions options) Selectors must be registered before creating the page.voidSelectors.register(String name, Path script, Selectors.RegisterOptions options) Selectors must be registered before creating the page. -
Uses of Selectors.RegisterOptions in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as Selectors.RegisterOptionsModifier and TypeFieldDescription(package private) final Selectors.RegisterOptionsSharedSelectors.Registration.optionsMethods in com.microsoft.playwright.impl with parameters of type Selectors.RegisterOptionsModifier and TypeMethodDescriptionvoidSharedSelectors.register(String name, String script, Selectors.RegisterOptions options) voidSharedSelectors.register(String name, Path path, Selectors.RegisterOptions options) (package private) voidSelectorsImpl.registerImpl(String name, String script, Selectors.RegisterOptions options) private voidSharedSelectors.registerImpl(String name, String script, Selectors.RegisterOptions options) Constructors in com.microsoft.playwright.impl with parameters of type Selectors.RegisterOptionsModifierConstructorDescription(package private)Registration(String name, String script, Selectors.RegisterOptions options)