How to click on a Web-Element with attribute aria-hidden="true" in Karate UI

Viewed 22

I am trying to click on a web-element having attribute as aria-hidden="true" in Karate UI. But not able to perform click operation.

I have tried with click() method of karate but its neither clicking on element nor throwing any error.

Could someone please suggest me any solution here?

Here is the DOM -

DOM Snippet in which I want to click on the last div element having aria-hidden="true"

1

0 Answers
Related