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
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.