Modifier and Type | Field and Description |
---|---|
Boolean |
contentScript
Whether to run this selector engine in isolated JavaScript environment.
|
Constructor and Description |
---|
RegisterOptions() |
Modifier and Type | Method and Description |
---|---|
Selectors.RegisterOptions |
setContentScript(boolean contentScript)
Whether to run this selector engine in isolated JavaScript environment.
|
public Boolean contentScript
false
. Note that running as a content script is not
guaranteed when this engine is used together with other registered engines.public Selectors.RegisterOptions setContentScript(boolean contentScript)
false
. Note that running as a content script is not
guaranteed when this engine is used together with other registered engines.Copyright © 2022. All rights reserved.