About 618,000 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. Selenium -- How to wait until page is completely loaded

    Apr 13, 2016 · I am trying to automate some test cases using Java and Selenium WebDriver. I have the following scenario: There is a page named 'Products'. When I click on 'View Details' …

  3. Selenium: probably user data directory is already in use, please ...

    Jan 16, 2025 · Selenium: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir Asked 5 months ago Modified 2 …

  4. Typing the Enter/Return key in Selenium - Stack Overflow

    I'm looking for a quick way to type the Enter or Return key in Selenium. Unfortunately, the form I'm trying to test (not my own code, so I can't modify) doesn't have a Submit button. When working …

  5. How do I pass options to the Selenium Chrome driver using Python?

    May 12, 2013 · The Selenium documentation mentions that the Chrome webdriver can take an instance of ChromeOptions, but I can't figure out how to create ChromeOptions. I'm hoping to …

  6. How to use Selenium with Python? - Stack Overflow

    Jul 9, 2013 · 53 How do I set up Selenium to work with Python? I just want to write/export scripts in Python, and then run them. Are there any resources for that? I tried googling, but the stuff I …

  7. How to use if/else condition in selenium webdriver?

    Jan 21, 2014 · In selenium webdriver i want to use if/else condition with java. Each steps need to be checked and need to execute one by one. For example Log.info("Clicking on Reports link"); …

  8. python - Selenium - wait until element is present, visible and ...

    Dec 1, 2019 · In Selenium, waiting for an element to be present, visible, and interactable is a common requirement to ensure that your test scripts are robust and reliable. You can achieve …

  9. How to open up Microsoft Edge using Selenium and Python

    Aug 21, 2020 · How to open up Microsoft Edge using Selenium and Python Asked 4 years, 10 months ago Modified 3 years, 2 months ago Viewed 34k times

  10. selenium - XPath using classname and contains text - Stack Overflow

    Aug 21, 2020 · selenium selenium-webdriver xpath webdriver xpath-1.0 edited Aug 21, 2020 at 22:04 undetected Selenium 194k 44 303 384 asked Aug 21, 2020 at 21:08 Hesoti