About 9,830 results
Open links in new tab
  1. 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, …

  2. 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 …

  3. 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 …

  4. testing - How to generate a HTML report for automated tests on …

    Oct 3, 2023 · I an using Selenium with Pytest to automate tests in the company I work for (as a Jr Automation QA) and I can generate a HTML report if I run the tests with the code "pytest …

  5. testing - Please update to a Selenium version that supports CDP …

    Mar 11, 2025 · I have an issue running my Selenium tests on ChromeVersion 134.0.6998.45 (Build officiel) (x86_64) while using the latest Selenium version …

  6. 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 …

  7. C# Selenium testing with MS Edge driver - Stack Overflow

    Mar 20, 2019 · I am using C#, Microsoft.VisualStudio.TestTools.UnitTesting and Selenium to test a website. I know MS Edge is no longer being developed, and is being replaced with a …

  8. Can I install selenium webdriver into Visual Studio Code?

    Jun 7, 2018 · I would like to start writing some selenium scripts using Visual Studio Code. Can I install the webdriver(s) and how? In the demonstration video's that I have seen Visual Studio …

  9. testing - How to set window size for Chrome in Selenium ... - Stack ...

    What language binding are you using? The API provides methods to set windows size regardless which driver you are using (unless you have specific issues with ChromeDriver, then please …

  10. selenium webdriver - How to launch Chrome For Testing using ...

    Mar 11, 2024 · I keep searching on internet from different sources but still unable to launch a specific version of Chrome For Testing using ChromeDriver using C# in VS 2022. Sadly it's …