Update playwright/README.md
This commit is contained in:
@@ -20,3 +20,5 @@ async def Page():
|
||||
page.goto = lambda url, goto=page.goto: goto(url) and Image(page.screenshot())
|
||||
return page
|
||||
(page := Page()).goto('https://naver.com')
|
||||
print(page.title()) # NAVER
|
||||
```
|
||||
Reference in New Issue
Block a user