About 9,670 results
Open links in new tab
  1. How can I bypass the Google CAPTCHA with Selenium and Python?

    So, Selenium and CAPTCHA serves two completely different purposes and ideally shouldn't be used to achieve any interrelated tasks. Having said that, reCAPTCHA can easily detect the …

  2. Integrating Selenium web testing with REST APIs testing

    Oct 23, 2013 · After writing some web tests with Selenium, I need now to test REST APIs. I would like to drive my browser with Selenium and to verify the results displayed in my web browser …

  3. Can we use selenium for testing desktop applications?

    May 12, 2022 · I am testing a WEB and Desktop application (cross OS application: Windows - Mac - Linux) and I'm using RobotFramework to automate the tests. For the Web I use …

  4. What Is Selenium And What Is WebDriver? - Stack Overflow

    Jan 31, 2019 · What is Selenium? Selenium is a framework where scripts are written to run and execute webDriver which in turn controls browser. What is WebDriver? WebDriver is an API, …

  5. selenium - Framework that allows to automate desktop …

    UiPath Studio software solution allows automating repetitive office tasks. WinAppDriver is a service to support Selenium-like UI Test Automation on Windows Applications. This service …

  6. python - Selenium testing without browser - Stack Overflow

    Sep 29, 2011 · I use Selenium RC for testing. Now to perform a load test, I want to run parallel test cases. Is there any way to run them without opening a browser?

  7. selenium driver needs Chrome version 138 - Stack Overflow

    Jun 25, 2025 · It's not surprising it doesn't work with modern versions of chrome and selenium. If you have Chrome 137 installed and it is available on your PATH, and you want to use the …

  8. How to stress test simulating heavy load using Selenium

    Selenium isn't really optimized for load/stress testing, especially if you're running your browsers locally. Running 1000+ browsers is going to choke even the beefiest server.

  9. How do you test a reactjs web app with selenium?

    Mar 10, 2017 · 8 I have a web app using React and I'm trying to create some tests using Selenium RC. I'm finding though that when Selenium changes the values of fields, events are …

  10. What is the best way to run selenium tests in AWS CI/CD pipeline

    First we shall understand CI/CD tools are Jenkins, Bamboo or Team City. On the other side, different ways in which we can implement parallel or distributed test case execution are of …