Skip to content

Commit 36d45e1

Browse files
authored
Update README.md (#114)
1 parent a9ab4aa commit 36d45e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ action_preview = await page.observe("Click the quickstart link")
179179
# action_preview is a JSON-ified version of a Playwright action:
180180
# {
181181
# "description": "The quickstart link",
182-
# "action": "click",
182+
# "method": "click",
183183
# "selector": "/html/body/div[1]/div[1]/a",
184184
# "arguments": []
185185
# }

0 commit comments

Comments
 (0)