I am checking if my element exists, it it does then get "@class" attribute if that element. I am not sure How to do this.
Here is my code
${disabled}=|Set Variable|NONE
${elementPresent}| Is Element Present| ${LOCATOR}
Run Keyword If|"${elementPresent}" == "True"|${disabled}=|Get Element Attribute ${LOCATOR}@class
Here it gives me error that "NONE" is not keyword. Can someone help me here.