About 63,400 results
Open links in new tab
  1. How to use If command in the selenium ide? - Stack Overflow

    Oct 13, 2018 · I was searching the web for a long time. I'm trying to put if and else statements into this selenium IDE. The program itself doesn't provide any parameters, hints, or help. I saw a …

  2. Selenium IDE - Command to wait for 5 seconds - Stack Overflow

    Jul 14, 2011 · I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I want to test a website with a embedded external map. This external map …

  3. Click in OK button inside an Alert (Selenium IDE)

    Jan 5, 2012 · It is a known limitation of Selenium RC (and, therefore, Selenium IDE, too) and one of the reasons why Selenium 2 (WebDriver) was developed. If you want to handle onload JS …

  4. selenium - Options for recording the tasks done in a browser for …

    Jun 28, 2018 · Selenium has become a core framework for other open-source test automation tools such as Katalon Studio, Watir, Protractor, and Robot Framework. FireFox Extension …

  5. How to convert commands recorded in selenium IDE to Java?

    Oct 14, 2013 · Is there any application or simple way to convert all the commands recorded by Selenium IDE to Java (Selenium WebDriver)? It would be a lot more easier and would save a …

  6. testing - How to loop tests in Selenium IDE? - Stack Overflow

    Jun 14, 2012 · Learn how to loop tests in Selenium IDE with expert advice and solutions shared by the Stack Overflow community.

  7. Selenium IDE - Upload file into field - Stack Overflow

    May 14, 2018 · Selenium IDE - Upload file into field Asked 7 years, 6 months ago Modified 1 year, 11 months ago Viewed 25k times

  8. What Is Selenium And What Is WebDriver? - Stack Overflow

    Jan 31, 2019 · From this, I deduce that Selenium is a collection of tools and the collection comprises IDE, WebDriver API (language binding), Grid, Selenium Standalone Server, …

  9. How to load/write data into a newfile using selenium IDE?

    Jun 14, 2012 · To add this script to Selenium-IDE, follow this instructions: Create your user extension and save it as user-extensions.js. While this name isn’t technically necessary, it’s …

  10. Understanding Selenium IDE vs Selenium RC - Stack Overflow

    Jul 7, 2011 · The Selenium-IDE is the tool you use to develop your Selenium test cases. It’s an easy-to-use Firefox plug-in and is generally the most efficient way to develop test cases. …