Uses of Class
com.microsoft.playwright.Selectors.RegisterOptions
-
Packages that use Selectors.RegisterOptions Package Description com.microsoft.playwright -
-
Uses of Selectors.RegisterOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Selectors.RegisterOptions Modifier and Type Method Description Selectors.RegisterOptions
Selectors.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 void
Selectors. register(String name, String script, Selectors.RegisterOptions options)
Selectors must be registered before creating the page.void
Selectors. register(String name, Path script, Selectors.RegisterOptions options)
Selectors must be registered before creating the page.
-