About 1,030,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. 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)

  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. Typing the Enter/Return key in Selenium - Stack Overflow

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

  5. How to set window size for Chrome in Selenium? - Stack Overflow

    I'm using Selenium WebDriver for automation and I'm using Chromedriver. I have noticed that when my driver runs and opens the chrome browser, it opens the browser with a strange size. …

  6. How can I scroll a web page using selenium webdriver in python?

    Jan 8, 2014 · I am currently using selenium webdriver to parse through facebook user friends page and extract all ids from the AJAX script. But I need to scroll down to get all the friends. …

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

    Sep 19, 2018 · 3 This is how I managed to use EXISTING CHROME PROFILE in php selenium webdriver. Profile 6 is NOT my default profile. I dont know how to run default profile. It is …

  8. selenium webdriver - How do I confirm I'm using the right …

    So I've updated selenium-webdriver to 2.39.0. Figuring out what version of chromedriver I had been using actually turned out to be more difficult. I had a version of chromedriver sitting in my …

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

    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 …

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