About 50 results
Open links in new tab
  1. How to use Selenium with Python? - Stack Overflow

    Jul 9, 2013 · 53 How do I set up Selenium to work with Python? I just want to write/export scripts in Python, and then run them. Are there any resources for that? I tried googling, but the stuff I found …

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

    Jan 17, 2017 · I'm trying to test a complicated JavaScript interface with Selenium (using the Python interface, and across multiple browsers). I have a number of buttons of the form: <div>My …

  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 to select a drop-down menu value with Selenium using Python ...

    Mar 19, 2019 · How to select a drop-down menu value with Selenium using Python? Asked 14 years, 4 months ago Modified 1 year, 4 months ago Viewed 666k times

  5. How to get browser network logs using python selenium

    Nov 13, 2018 · 6 Using Python and ChromeDriver To get network logs, you need to install BrowserMobProxy as well along with selenium in python

  6. How to run headless Chrome with Selenium in Python?

    Dec 7, 2018 · I'm trying some stuff out with selenium, and I really want my script to run quickly. I thought that running my script with headless Chrome would make it faster. First, is that assumption correct, o...

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

  8. How to switch to new window in Selenium for Python?

    I am working on selenium automation project using Python. I am facing an issue, which is handling multiple browser windows. Scenario is as follows. When I click a link on the home page, a new win...

  9. How to set up a Selenium Python environment for Firefox?

    Sep 5, 2023 · How can I set up a Selenium Python environment for Firefox? I am using Firefox 50, Selenium 3, Python 3.5. I tried with many things binary and copying the geckodriver in the …

  10. DeprecationWarning: executable_path has been deprecated selenium …

    Nov 6, 2020 · I am using sublime to code python scripts. The following code is for selenium in python to install the driver automatically by using the webdriver_manager package # pip install webdriver …