Hello,
I have Selenium tests passing our recaptcha screen when run on the hosted CI tool Snap, but when I try to run them on GoCD they fail with this error:
org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (129, 38). Other element would receive the click: <div class="rc-anchor-alert">...</div>
The attached screenshot recaptcha_bad.png shows that the rc-anchor-alert div (the red message) is overlapping the checkbox -- this is from the build machine. This doesn't happen in my actual local browser (see the attached recaptcha_good.png).
I'm not sure why this overlap is happening. Maybe there are xvfb settings that I could change to prevent this? I'm using ChromeDriver, Chrome, xvfb, selenium-java, on an EC2 machine running Amazon Linux.
Thanks for any help you can give,
Mike