I am trying to automate an application using Robot framework , selenium in PyCharm tool.
I tried keyword definition to click on the side bar entity called "GCC Intelligence", I am getting below error:
Element with locator '/html/body/div[1]/aside/section/ul/li[3]/a' not found.
Absolute XPath expressions are not reliable. Try to use relative XPaths instead.
Change your XPath expression to:
Or this:
Refer this answer to know more about absolute and relative XPaths