remote webdriver: Element is not currently visible and so may not be interacted with

1.3k Views Asked by At

I use JAVA + WebDriver (Thucydides) and Maven.

I'm trying to automate uploading of a file. If I launch test manually from IDE it passes, but when I launch it with Maven on Remote WebDriver the test fails halfway with the error:

net.thucydides.core.webdriver.WebdriverAssertionError: Element is not currently visible and so may   not be interacted with

The browser is FireFox.

Thanks.

1

There are 1 best solutions below

6
On

Look at screenshot in Thucydides report. It seems that your element is really not visible.