About 983,000 results
Open links in new tab
  1. Typing the Enter/Return key in Selenium - Stack Overflow

    Now that Selenium 2 has been released, it's a bit easier to send an Enter key, since you can do it with the send_keys method of the selenium.webdriver.remote.webelement.WebElement class …

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

  3. Can Selenium interact with an existing browser session?

    197 Does anybody know if Selenium (WebDriver preferably) is able to communicate with and act through a browser that is already running before launching a Selenium Client? I mean if …

  4. How to take a screenshot with Selenium WebDriver?

    Aug 6, 2010 · Is it possible to take a screenshot using Selenium WebDriver? (Note: Not Selenium Remote Control)

  5. javascript - Can a website detect when you are using Selenium …

    Oct 20, 2015 · 643 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 …

  6. Selenium not requiring ChromeDriver? - Stack Overflow

    Jun 14, 2023 · As of selenium 4.10.0 the driver manager is fully integrated, and will silently download drivers as needed. (Eg. On Mac/Linux, drivers are automatically downloaded to the …

  7. How to use Brave web browser with python, selenium and …

    Sep 7, 2019 · The executable_path key is used to pass the absolute path of the WebDriver binary i.e. the chromedriver executable. To initiate a Brave browser session additionally you have to …

  8. How to deal with certificates using Selenium? - Stack Overflow

    Jul 1, 2014 · I am using Selenium to launch a browser. How can I deal with the webpages (URLs) that will ask the browser to accept a certificate or not? In Firefox, I may have a website like …

  9. selenium - What is default location of ChromeDriver and for …

    Apr 12, 2018 · For any driver that Selenium must use to open the browser (chromedriver, geckodriver, etc), you don't have to worry about where it is installed, as long as it's set in the …

  10. How to use Chrome Profile in Selenium Webdriver Python 3

    Sep 19, 2018 · I might also add that occasionally if you manage to crash chrome while running webdriver with a nominated user profile, that it seems to record the crash in the profile and the …