Selenium “verifyVisible” and “verifyNotVisible” commands with sample example
Using “verifyVisible” and “verifyNotVisible” commands in selenium Sometimes during running the script, you need to verify that specified element on the page is visible […]
Using “verifyVisible” and “verifyNotVisible” commands in selenium Sometimes during running the script, you need to verify that specified element on the page is visible […]
Selenium IDE “sendKeys” command “sendKeys” command works like type command in selenium IDE but there are 2 more functions as bellow in […]
Selenium “storeEval” command “storeEval” command is generally used with scripts in selenium IDE software testing tool. It is useful to store result […]
To understand how to use “storeXpathCount” command, you must be aware about xpath. You can read xpath tutorials for selenium ide in […]