When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 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 load. My commands: open /Page/mysite.html //Wait Command? (5 seconds) ClickAndWait link=do something

  3. I'm trying to put if and else statements into this selenium IDE. The program itself doesn't provide any parameters, hints, or help. The program itself doesn't provide any parameters, hints, or help. I saw a lot of results online where it's just java code, however I don't see anyway to enter code here.

  4. Launch Selenium IDE from Firefox and open the options menu. Upload the .js file to the "Selenium Core extensions (user-extensions.js)" field. The js file provides goto, gotoIf and while loop functionality in Selenium IDE. The example below shows a simple loop:

  5. how to select value from a drop down using Selenium IDE

    stackoverflow.com/questions/11213506

    For Clicking : 1.Command : click 2.target : element locator like xpath/id/class of the element eg. xpath=xpath of the element. For Selecting value: 1.Command : select 2.target : same element locator used for clicking 3.Value : Visible text you want to select / Index (You will get it by inspecting that element) answered May 24, 2017 at 13:11.

  6. Why do we use WebDriver instead of Selenium IDE?

    stackoverflow.com/questions/19683100

    For my team, this is the most important answer. Recording in the IDE is so easy, and manually editing Selenese is much easier than .net or java, the webdriver gets us from new-feature to successful-test much quicker - except that none of the selenium providers will import Selenese. – andrew lorien. Dec 6, 2016 at 2:59.

  7. Unfortunately Selenium IDE record/replay doesn't always record everything. It tries it best to do that but if there is an AJAX call it may not record this. Best practise is to use the record to get a the main body of the test and then adapt it to handle the parts that it missed . I suggest manually adding those extra lines to your tests.

  8. If you are using visual studio there is functionality for evaluating strings with regular expressions of ALL kinds (not just contains): using System.Text.RegularExpressions; Regex.IsMatch("YourInnerText", @"^[a-zA-Z]+$"); The expression I posted will check if the string contains ONLY letters.

  9. 1. I'm using Selenium IDE and when trying to use wait for element present command, i got this error: But i couldn't find anywhere to set the timeout at all, i'm using the Chrome extension. Any help would be appreciated! selenium. testing. automated-tests.

  10. I'm testing my web application using Selenium IDE. There are test cases in which I have to assert that today's date appears on the page. I cannot hard code today's date in the test because today's ...

  11. Selenium Integrated Development Environment (IDE) Selenium Remote Control (RC) WebDriver; Selenium Grid; An year ago, Selenium RC and WebDriver are merged into a single framework to form Selenium 2.x. Perhaps, Selenium 1 refers to Selenium RC. The current released version is Selenium 3.x.