| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Selectors.RegisterOptions |
Selectors.RegisterOptions.setContentScript(boolean contentScript) |
| Modifier and Type | Method and Description |
|---|---|
void |
Selectors.register(String name,
Path script,
Selectors.RegisterOptions options)
An example of registering selector engine that queries elements based on a tag name:
|
void |
Selectors.register(String name,
String script,
Selectors.RegisterOptions options)
An example of registering selector engine that queries elements based on a tag name:
|
Copyright © 2021. All rights reserved.