Use of “verifyLocation” and “assertLocation” in selenium
“verifyLocation” Command Soometimes you need to check the URL of current selected window to perform some actions. In such cases, selenium has […]
“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 […]