We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ab4aa commit 36d45e1Copy full SHA for 36d45e1
README.md
@@ -179,7 +179,7 @@ action_preview = await page.observe("Click the quickstart link")
179
# action_preview is a JSON-ified version of a Playwright action:
180
# {
181
# "description": "The quickstart link",
182
-# "action": "click",
+# "method": "click",
183
# "selector": "/html/body/div[1]/div[1]/a",
184
# "arguments": []
185
# }
0 commit comments