I am having an issue with Selenium WebDriver. I try to click on a link that is outside the window page (you\'d need to scroll up to see it). My current code is fairly standa
Just an addition: In my case the button was overlapped by another floating button.
Just resizing the browser window solved the problem!