Selenium “storeAttribute” example to store URL or any other attribute value of element node
How to use “storeAttribute” command in selenium “storeAttribute” command stores the attribute value of specified element in given variable. You can store any attribute’s value using “storeAttribute” command. You need to provide proper path of element node followed by an @ sign and then the name of the attribute (e.g. a@href . Here “a” is element’s node … Read more