Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Sep 19, 2023
1 parent b712488 commit 82d2042
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ For more reCAPTCHA v2 examples, see the [examples folder](https://github.com/Xew
from playwright.sync_api import sync_playwright
from playwright_recaptcha import recaptchav2


with sync_playwright() as playwright:
browser = playwright.firefox.launch()
page = browser.new_page()
Expand All @@ -82,7 +81,6 @@ For more reCAPTCHA v3 examples, see the [examples folder](https://github.com/Xew
from playwright.sync_api import sync_playwright
from playwright_recaptcha import recaptchav3


with sync_playwright() as playwright:
browser = playwright.firefox.launch()
page = browser.new_page()
Expand Down

0 comments on commit 82d2042

Please sign in to comment.