From a7156393027aa8023ed59b954b4bb3fe961c260a Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 7 Sep 2022 19:43:58 +0000 Subject: [PATCH] docs(ci): Update generated docs - 6038fe9 [skip ci] --- docs/generated/protocol.json | 2 +- docs/generated/protocol.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index c0608d31..84a1f822 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -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", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 984ad278..743783a5 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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`