About 63,400 results
Open links in new tab
  1. 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 needs 3-5 seconds to …

  2. 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 alerts, you …

  3. 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, browser driver.

  4. Understanding Selenium IDE vs Selenium RC - Stack Overflow

    Jul 7, 2011 · 24 Selenium IDE is a firefox plugin that gives you a basic recorder for recording tests. These tests are recorded in an HTML table based architecture using keywords, and IDE gives you …

  5. 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 lot of results …

  6. Extension Selenium IDE for Chrome - Stack Overflow

    Nov 6, 2024 · When I want to add extension Selenium IDE to the Chrome, it is a notification, that this extension may soon no longer be supported? Also when I run some test with Selenium Ide through …

  7. Selenium IDE: Is there an updated method to split a string into an ...

    May 24, 2024 · Problem: I know this answer has been posted previously; however, neither of the suggested Selenium IDE methods for extracting a substring value work. Below, I have referenced the …

  8. How to set window size for Chrome in Selenium? - Stack Overflow

    I'm using Selenium WebDriver for automation and I'm using Chromedriver. I have noticed that when my driver runs and opens the chrome browser, it opens the browser with a strange size. I tried to f...

  9. Selenium IDE: How to continue script on element not found or on error

    Aug 21, 2013 · -1 Open a page in Mozilla browser and Selenium IDE. Right click on text and choose waitForElementPresent option. The command gets added in the recorded script. Once the element is …

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