I am writing a test that at some point navigates to another page. The first thing that page is will be to run a javascript that pops up a span with a message. After some seconds, that span will dissapear.
I am trying to click a link that will go below the span and chromedriver does not seem to allow that.
System.InvalidOperationException: unknown error: Element is not clickable at point (165, 177). Other element would receive the click: ...
This is really an expected behavior and also a bit impresssive.
Can I click the link without waiting for the span to dissapear?