Uses of Class
com.microsoft.playwright.Selectors.RegisterOptions
-
Packages that use Selectors.RegisterOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Selectors.RegisterOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Selectors.RegisterOptions Modifier and Type Method Description Selectors.RegisterOptionsSelectors.RegisterOptions. setContentScript(boolean contentScript)Whether to run this selector engine in isolated JavaScript environment.Methods in com.microsoft.playwright with parameters of type Selectors.RegisterOptions Modifier and Type Method Description voidSelectors. register(java.lang.String name, java.lang.String script, Selectors.RegisterOptions options)Selectors must be registered before creating the page.voidSelectors. register(java.lang.String name, java.nio.file.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.RegisterOptions Modifier and Type Field Description (package private) Selectors.RegisterOptionsSharedSelectors.Registration. optionsMethods in com.microsoft.playwright.impl with parameters of type Selectors.RegisterOptions Modifier and Type Method Description voidSharedSelectors. register(java.lang.String name, java.lang.String script, Selectors.RegisterOptions options)voidSharedSelectors. register(java.lang.String name, java.nio.file.Path path, Selectors.RegisterOptions options)(package private) voidSelectorsImpl. registerImpl(java.lang.String name, java.lang.String script, Selectors.RegisterOptions options)private voidSharedSelectors. registerImpl(java.lang.String name, java.lang.String script, Selectors.RegisterOptions options)Constructors in com.microsoft.playwright.impl with parameters of type Selectors.RegisterOptions Constructor Description Registration(java.lang.String name, java.lang.String script, Selectors.RegisterOptions options)
-