Readonly
hideThe CSS selector for hiding the presence of the cookie banner. If this is not given, we will use the presence selector to hide the banner.
Note that we hide the cookie banner before we click it in order to prevent flickers.
Readonly
optThe CSS selector to to select the element to click for the opt-in option for the cookie banner.
Readonly
optThe CSS selector to to select the element to click for the opt-out option for the cookie banner.
Readonly
presenceThe CSS selector for detecting the presence of the cookie banner.
Readonly
runWhere the click rule should be executed. See RunContext enum. Defaults to RUN_TOP.
Readonly
skipWhether to skip checking if the banner is visible before clicking it.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
Rule to specify the CSS selector for detecting and clicking cookie banner.