Skip to content

Commit 5483eaa

Browse files
Update README.md
1 parent bfb63d1 commit 5483eaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Examples of API requests for different captcha types are available on the [Pytho
4949
- [Proxies](#proxies)
5050
- [Async calls](#async-calls)
5151
- [Examples](#examples)
52+
- [Examples using Selenium](#examples-using-selenium)
5253
- [Useful articles](#useful-articles)
5354
- [Get in touch](#get-in-touch)
5455
- [Join the team 👪](#join-the-team-)
@@ -512,6 +513,9 @@ captcha_result = asyncio.run(captchaSolver(image))
512513
## Examples
513514
Examples of solving all supported captcha types are located in the [examples] directory.
514515

516+
## Examples using Selenium
517+
Also we have a [separate repository](https://github.com/2captcha/captcha-solver-selenium-python-examples) you can find examples of captcha solving using [Selenium](https://pypi.org/project/selenium/) library. At the moment we have implemented examples of bypassing [reCAPTCHA](https://github.com/2captcha/captcha-solver-selenium-python-examples/tree/main/examples/reCAPTCHA), [hCaptcha](https://github.com/2captcha/captcha-solver-selenium-python-examples/tree/main/examples/hCaptcha), [normal captcha](https://github.com/2captcha/captcha-solver-selenium-python-examples/tree/main/examples/normal_captcha) (image captcha) and [text captcha](https://github.com/2captcha/captcha-solver-selenium-python-examples/tree/main/examples/text_captcha) using Selenium.
518+
515519
## Useful articles
516520

517521
- Amazon captcha solver: Code example for bypassing the [Amazon captcha](https://2captcha.com/blog/amazon-captcha-solving)

0 commit comments

Comments
 (0)