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 […]
“waitForAllFields” Command Sometimes when page speed or internet speed is too much slow and page taking too much time to load its […]
“storeElementHeight” command “storeElementHeight” command useful to measure the height of elements like button, textbox, images etc. You need to measure element’s height […]
“setSpeed” and “setTimeout” are very basic useful commands in selenium IDE software testing tool. User can control selenium speed and timeout period […]
There are many types of HTML DOM Events available on web page. In selenium IDE, “fireEvent” command is the solution to handle […]
“storeElementPositionLeft” Command In selenium, Many times you need horizontal and verticle position of element on page. When you need any element’s horizontal […]
“chooseCancelOnNextConfirmation” command “chooseCancelOnNextConfirmation” command used with confirmation popup box. When you are performing some major action like deleting records at that place […]
There are too many commands starting with “verify” and “assert” text. Both these commands are the same excluding one difference and that […]
“answerOnNextPrompt” command Sometime if you seen , there is display text box with popup message to write some thing in message box. […]
“altKeyDown” command “altKeyDown” command works just like you are pressing alt key of your keyboard. It will keep pressed alt key until […]
“addSelectionAndWait” command in selenium IDE When you are adding selection into multi select list box and page reloading due to the adding […]
“addSelection” Command In multiselect list box, when you need to select multiple values from list box, “addSelection” command will be helpful in […]