About 956,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 11 months ago Modified 1 …

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

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

  4. selenium driver needs Chrome version 138 - Stack Overflow

    Jun 25, 2025 · selenium driver needs Chrome version 138 Asked 6 months ago Modified 6 months ago Viewed 7k times

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

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

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

  8. selenium - Refreshing Web Page By WebDriver When Waiting For …

    Jan 25, 2021 · selenium refresh webdriver selenium-webdriver edited Jan 25, 2021 at 11:33 Deepak Rai 2,211 3 24 39

  9. Find the reCAPTCHA element and click on it -- Python + Selenium

    Are you getting extra image identification captchas when clicking the checkbox with Selenium? I think it's odd that it doesn't happen when I click with my regular Chrome browser, but always …

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

    Aug 21, 2020 · I've already added the msedge driver into the path variable. cmd confirmed that MSEdgeDriver was started successfully, however, when I run import os from selenium import …