Skip to content

Commit

Permalink
Documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Nov 30, 2023
1 parent 404bd20 commit 6318633
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions playwright_recaptcha/recaptchav2/async_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ async def _click_checkbox(self, recaptcha_box: AsyncRecaptchaBox) -> None:
------
RecaptchaRateLimitError
If the reCAPTCHA rate limit has been exceeded.
RecaptchaSolveError
If the reCAPTCHA could not be solved.
"""
await recaptcha_box.checkbox.click(force=True)

Expand Down
2 changes: 0 additions & 2 deletions playwright_recaptcha/recaptchav2/sync_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ def _click_checkbox(self, recaptcha_box: SyncRecaptchaBox) -> None:
------
RecaptchaRateLimitError
If the reCAPTCHA rate limit has been exceeded.
RecaptchaSolveError
If the reCAPTCHA could not be solved.
"""
recaptcha_box.checkbox.click(force=True)

Expand Down

0 comments on commit 6318633

Please sign in to comment.