About 11,500,000 results
Open links in new tab
  1. How to use Selenium with Python? - Stack Overflow

    Jul 9, 2013 · There are a lot of sources for selenium - here is good one for simple use Selenium, and here is a example snippet too Selenium Examples You can find a lot of good sources to use …

  2. 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 turns out that the …

  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 Selenium is …

  4. How can we use Selenium Webdriver in colab.research.google.com?

    Jun 26, 2018 · I want to use Selenium Webdriver of Chrome in colab.research.google.com for fast processing. I was able to install Selenium using !pip install selenium but the webdriver of chrome …

  5. Automating Edge Browser using VBA without downloading Selenium

    Jan 7, 2022 · 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 refer to this doc for more …

  6. 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, the name itself …

  7. selenium - How to automate Microsoft Edge using PowerShell - Stack …

    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 automate using the …

  8. Can we use selenium for testing desktop applications?

    May 12, 2022 · For the Web I use SeleniumLibrary and it works perfectly . For code reuse reasons, is it possible to use SeleniumLibrary to do the automatic tests for the Desktop application ?

  9. Can I use Selenium (webdriver) for Chrome without using chromedriver ...

    Jul 21, 2015 · If you want to start selenium webDriver using chrome, first you should set property for the chrome. Otherwise you will get IlegalStateException.

  10. selenium - Refreshing Web Page By WebDriver When Waiting For …

    Apr 20, 2012 · I'm looking for more elegant way to refresh webpage during tests (I use Selenium2). I just send F5 key but I wonder if driver has method for refreshing entire webpage Here is my code while(d...