docs(ci): Update generated docs - 6038fe9 [skip ci]

This commit is contained in:
Github Actions 2022-09-07 19:43:58 +00:00
parent 6038fe9a0a
commit a715639302
2 changed files with 5 additions and 1 deletions

View File

@ -2481,7 +2481,7 @@
]
},
{
"description": "Presses a button in the properties of an input.\n\nNote: Use this in cases where there is a button in the properties of an input that cannot be accessed in any other way. For example, browser sources, where there is a refresh button.",
"description": "Presses a button in the properties of an input.\n\nSome known `propertyName` values are:\n\n- `refreshnocache` - Browser source reload button\n\nNote: Use this in cases where there is a button in the properties of an input that cannot be accessed in any other way. For example, browser sources, where there is a refresh button.",
"requestType": "PressInputPropertiesButton",
"complexity": 4,
"rpcVersion": "1",

View File

@ -3652,6 +3652,10 @@ Note: Use this in cases where an input provides a dynamic, selectable list of it
Presses a button in the properties of an input.
Some known `propertyName` values are:
- `refreshnocache` - Browser source reload button
Note: Use this in cases where there is a button in the properties of an input that cannot be accessed in any other way. For example, browser sources, where there is a refresh button.
- Complexity Rating: `4/5`