How to Drag and Drop Element using selenium? Bellow given “dragAndDrop” and “dragAndDropToObject” commands can perform that action in selenium. You can […]
“verifySomethingSelected” commands “verifySomethingSelected” is used with drop downs and list boxes. Its name describes its function so that i think i do not […]
How to use “storeAttribute” command in selenium “storeAttribute” command stores the attribute value of specified element in given variable. You can store […]
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 “storeEval” command “storeEval” command is generally used with scripts in selenium IDE software testing tool. It is useful to store result […]