icecat: add release icecat-140.10.1-1gnu1 for ecne
This commit is contained in:
parent
a5f93cb214
commit
ff85d7c623
1256 changed files with 63469 additions and 24141 deletions
|
|
@ -589,24 +589,6 @@
|
|||
"additionalProperties": false,
|
||||
"description": "Runs multiple actions"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"selector": {
|
||||
"type": "string",
|
||||
"description": "A CSS selector for the HTML element to be clicked"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["CLICK_ELEMENT"]
|
||||
}
|
||||
},
|
||||
"required": ["data", "type"],
|
||||
"additionalProperties": false,
|
||||
"description": "Selects an element in the current Window's document and triggers a click action"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
|
|
@ -357,12 +357,6 @@ interface MultiAction {
|
|||
}
|
||||
```
|
||||
|
||||
### `CLICK_ELEMENT`
|
||||
|
||||
* args: `string` A CSS selector for the HTML element to be clicked
|
||||
|
||||
Selects an element in the current Window's document and triggers a click action
|
||||
|
||||
|
||||
### `RELOAD_BROWSER`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue