Skip to content

Commit efe55b0

Browse files
Update README.md
1 parent 3f3637a commit efe55b0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Need help integrating with your Python app or automation tools? [Open an issue](
7474
- [Proxies](#proxies)
7575
- [Async calls](#async-calls)
7676
- [Examples](#examples)
77-
<!-- - [Examples using Selenium](#examples-using-selenium) -->
77+
- [Examples using Selenium](#examples-using-selenium)
7878
- [Useful articles](#useful-articles)
7979
- [Get in touch](#get-in-touch)
8080
- [License](#license)
@@ -439,9 +439,10 @@ captcha_result = asyncio.run(captchaSolver(image))
439439

440440
Examples of solving all supported captcha types can be found in the [examples] directory.
441441

442-
<!-- ## Examples using Selenium
442+
## Examples using Selenium
443443

444-
We also have a [separate repository](https://github.com/solvercaptcha/captcha-solver-selenium-python-examples) where you can find examples of captcha solving using the [Selenium](https://pypi.org/project/selenium/) library. -->
444+
We also have a separate repository where you can find examples of captcha solving using the [Selenium](https://pypi.org/project/selenium/) \ [seleniumbase](https://seleniumbase.io/) library.
445+
- [Python hCaptcha Solver: Bypass hCaptcha with Proxy using Selenium and SolveCaptcha SDK](https://github.com/solvercaptcha/hcaptcha-solver-seleniumbase-python)
445446

446447
## Useful articles
447448

0 commit comments

Comments
 (0)