About 51 results
Open links in new tab
  1. Can we use selenium for testing desktop applications?

    May 12, 2022 · 6 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 SeleniumLibrary and …

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

  3. selenium webdriver - How can we download chromedriver 117

    Sep 15, 2023 · My Chrome browser got updated to version 117, and now I need to download chromedriver 117 for running automation scripts. Is there a solution for this?

  4. javascript - Can a website detect when you are using Selenium with ...

    Oct 20, 2015 · 645 I've been testing out Selenium with Chromedriver and I noticed that some pages can detect that you're using Selenium even though there's no automation at all. Even when I'm just …

  5. testing - Select a date from date picker using Selenium webdriver ...

    Jan 28, 2014 · Select a date from date picker using Selenium webdriver Asked 11 years, 11 months ago Modified 1 year, 1 month ago Viewed 152k times

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

  7. 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 provide more …

  8. Does Selenium support headless browser testing? - Stack Overflow

    Sep 27, 2011 · The WebDriver API has support for HTMLUnit as the browser for your testing. Ruby people have been using Capybara for a while for their headless selenium testing so it is definitely …

  9. Do I need Java for Selenium testing? - Stack Overflow

    Jul 26, 2018 · I am currently on a team that uses Selenium for testing our web application. I need to determine if the costs of the new commercial license will be worth it in the long term. Is there a …

  10. How to test a Streamlit application with Selenium and pytest testing ...

    Aug 15, 2023 · There is a testing framework that eases the creation of the test cases, the seleniumbase. For Pythonista, it is an all-in-one testing framework. It uses Selenium/WebDriver APIs without …