About 61,400 results
Open links in new tab
  1. 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 …

  2. Using if / else in selenium ide - Stack Overflow

    Jun 30, 2012 · I have a checkbox that I'm trying to click in Selenium IDE - but only if it's not already active. I'm using Selenium IDE to create my tests, and htmlsuite to run them - anyone …

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

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

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

  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 …

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

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

  9. 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, …

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