AtuboDad / playwright_stealth

playwright stealth
MIT License
546 stars 72 forks source link

migrate to stable api #1

Closed cruzdanilo closed 3 years ago

cruzdanilo commented 3 years ago

The API has changed since the last 0.170.0 version:

Snake case notation for methods and arguments:

# old
browser.newPage()
# new
browser.new_page()