JavaScript is a dialect of the standardized ECMAScript programming language, primarily used for scripting web-pages.
1
vote
0answers
43 views
Handling Alert box on page load
Is there any way to identify the JavaScript alert box (on page load) in selenium IDE?
I used commands like "storAlert", "assertAlert" etc. But selenium not identifying alert box.
0
votes
0answers
96 views
Framework for testing Dojo
I need to automate tests for Liferay portal with portlets on JavaScript. I am going to try several frameworks before implementing tests. For now, I am considering D.O.H. and Selenium Webdriver. ...