InterviewSolution
Saved Bookmarks
| 1. |
What do you know about Selenese? |
|
Answer» Selenium IDE has a built-in linguistic system called Selenese. Selenese is a collection of Selenium commands to perform actions on a web page. Selenese can detect broken links on a page, or check the presence of a web element, AJAX, JavaScript alerts and a lot of many things. Mainly there are three types of command in Selenese.
|
|