I am automating a function where the user needs to click on the link highlighted in the below link.
I tried a contains on the xpath which is //*[@id="lc"]
, and an onclick option from Here neither of which work and error with the element doesn't exist error.
I know I am in the right iframe, because when using the xpath with no contains the script clicks the first xpath link with no issue.