Element not interactable using Selenium endpoint

Ranorex Studio, Spy, Recorder, and Driver.
giovannispagnolo86
Posts: 1
Joined: Mon Dec 19, 2022 8:45 pm

Element not interactable using Selenium endpoint

Post by giovannispagnolo86 » Thu Jan 12, 2023 3:13 pm

Hi everybody,

I have the following problem:
In one of my test cases there is a click action on a link event though is a button on the html.
If I use a selenium endpoint the test fails at that click action and the message is:
Element is not interactable.

NOTE: This behavior does not happen if I use a not selenium endpoint.

Thank you

IvanF
Posts: 151
Joined: Thu Aug 11, 2022 8:55 pm

Re: Element not interactable using Selenium endpoint

Post by IvanF » Fri Jan 20, 2023 5:22 pm

Hi, you can try enabling "continue on failure" for that step with the Selenium endpoint, the click may work but still throw the "not interactable" warning (which won't stop the test).