Selenium -- Execute failed: element not visible

Hello

I'm trying to to use Selenium nodes on web (pubmed)  , and I'm trying to set the results in order to show the abstract of the articles. The problem is I can't reach the elements of the menu beause:

ERROR Click                0:17       Execute failed: element not visible

That is ironic, because I'm watching it :-).

Any idea will be welcome.

Thanks in advance.

Hi,

I guess the problem is that it takes a little bit of time to show this Format menu. If you, after having the error, try to execute the node again, it will pass now. So I would propose to insert a delay Wait-for-time node in between the last Find Elements and Click (attached the screenshot just in case). 1 second delay works for me.

Best regards,

Oleg

Thanks Oleg, It worked! :-)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.