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