About 11,200,000 results
Open links in new tab
  1. Selenium: probably user data directory is already in use, please ...

    Jan 16, 2025 · Message: session not created: 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". It …

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

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

    Sep 19, 2018 · Note: Your default chrome profile would contain a lot of bookmarks, extensions, theme, cookies etc. Selenium may fail to load it. So as per the best practices create a new …

  4. Automating Edge Browser using VBA without downloading Selenium

    Apr 10, 2024 · 0 Which version of Selenium are you using? If you're using Selenium 3 or Selenium 4, the available languages are Java, Python, C#, Ruby, and JavaScript. You can …

  5. selenium - How to avoid a bot detection and scrape a website …

    Aug 23, 2021 · Selenium is fairly easily detected, especially by all major anti-bot providers (Cloudflare, Akamai, etc). Why? Selenium, and most other major webdrivers set a browser …

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

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

  8. python - How to use selenium on Repl.it? - Stack Overflow

    Feb 21, 2022 · I am trying to use Selenium in Repl but for some reason it does not seem to work is there a way I can fix this? chrome_options = Options() chrome_options.add_argument('--no …

  9. selenium - How to automate Microsoft Edge using PowerShell

    Mar 14, 2022 · Is there any specific requirement to use PowerShell? Why not a proper programming language like C#/Java? There are millions of tutorials and guides on how to …

  10. Running Selenium Webdriver with a proxy in Python

    I am trying to run a Selenium Webdriver script in Python to do some basic tasks. I can get the robot to function perfectly when running it through the Selenium IDE inteface (ie: when simply …