My Selenium Java Webdriver tests are failing when they start if I don't click on the browser page that is being opened.
The following crash is caused from an ElementNotVisibleException
, obviously.
This was not a big issue until now that I have to put them in a Jenkins CI machine.
Can any body help by providing possible solution or suggestion?