How to use “selectWindow” and “waitForPopUp” Commands example in selenium
“waitForPopUp” Command Remember one thing that selenium IDE software automation testing tool can handle only one window at a time. When you […]
“waitForPopUp” Command Remember one thing that selenium IDE software automation testing tool can handle only one window at a time. When you […]
“verifyTable” Command When you are working with table content with selenium IDE then you must have knowledge of how to use “verifyTable” […]
“assertElementPresent” Command Selenium assert element present command is useful to confirm element availability on page after user taking some action or navigate […]
“verifyLocation” Command Soometimes you need to check the URL of current selected window to perform some actions. In such cases, selenium has […]