About 983,000 results
Open links in new tab
  1. 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 9 months ago Modified 2 …

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

  3. How to take a screenshot with Selenium WebDriver?

    Aug 6, 2010 · 5 There are multiple methods through Selenium 's Java and Python client to take a screenshot using Selenium WebDriver.

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

  5. python - Selenium: WebDriverException:Chrome failed to start: …

    Recently I switched computers and since then I can't launch chrome with selenium. I've also tried Firefox but the browser instance just doesn't launch. from selenium import webdriver d = …

  6. How can I ask the Selenium-WebDriver to wait for few seconds in …

    Oct 12, 2012 · Answer : wait for few seconds before element visibility using Selenium WebDriver go through below methods. implicitlyWait () : WebDriver instance wait until full page load.

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

  8. How do I find an element that contains specific text in Selenium ...

    Jan 17, 2017 · Also, iterating through all the elements on the page seems to be really slow, at least using the Chrome webdriver. Ideas? I asked (and answered) a more specific version here: …

  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 5 years, 2 months ago Modified 3 years, 6 months ago Viewed 35k times

  10. ImportError: No module named 'selenium' - Stack Overflow

    Other answers talk about installing Selenium, but it's clear to me that you've already did that, but you still get the ImportError: No module named 'selenium'. So, what's going on?