About 2,660,000 results
Open links in new tab
  1. 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. …

  2. Scroll Element into View with Selenium - Stack Overflow

    Aug 4, 2010 · With the Ruby gem selenium_webdriver 2.43 I find chromium-browser 37 (and I believe Internet Explorer) does indeed scroll the menu item into view and clicks it. But Firefox …

  3. How can I bypass the Google CAPTCHA with Selenium and Python?

    Here you can find a detailed discussion on Way to change Google Chrome user agent in Selenium? To simulate humanlike behavior, you may require to slow down the script execution …

  4. How to select a drop-down menu value with Selenium using Python?

    Mar 19, 2019 · Learn how to select a drop-down menu value using Selenium and Python with this guide.

  5. Selenium WebDriver zoom in/out page content - Stack Overflow

    Feb 22, 2013 · How to change page zoom level in Selenium WebDriver? I tried: driver.Keyboard().pressKey(Keys.Control); driver.Keyboard().pressKey(Keys.Add); But it …

  6. python 3.x - Why is my Selenium web browser closing …

    May 19, 2023 · Why is my Selenium web browser closing automatically and how do I fix it? Asked 2 years, 5 months ago Modified 1 year, 6 months ago Viewed 24k times

  7. How to handle login pop up window using Selenium WebDriver?

    Jul 17, 2012 · How to handle the login pop up window using Selenium Webdriver? I have attached the sample screen here. How can I enter/input Username and Password to this login pop …

  8. Selenium: How to Inject/execute a Javascript in to a Page before ...

    Jul 11, 2015 · I'm using selenium python webdriver in order to browse some pages. I want to inject a javascript code in to a pages before any other Javascript codes get loaded and executed.

  9. java - Running Selenium scripts with JMeter - Stack Overflow

    Oct 19, 2011 · 31 I have Selenium automation scripts ready with functional flow, now I want to integrate those scripts with JMeter for load-testing. Is that possible? If so how to integrate …

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