Featured
-
No Featured Found!
Tags
Selenium IDE
Selenium IDE
It is a web based automation testing tool which uses selenese command to generate test scripts, it is a UI based Record/Playback tool which works only in open browser.
Selenium IDE is implemented as a Firefox plugin i.e, we ca...
Common Commands used in Selenium IDE
Here are some common commands used in selenium IDE
open - it is used to open a page using url.
waitForElementPresent - pause until the specified element present.
verifyTitle/assertTitle- compare the actual title of the page with expected ...