I'm running into the following error with Watir using Chrome Driver;
WARN: Selenium::WebDriver::Error::UnknownError: unknown error: Element is not clickable at point (762, 711)
I know the element is on the page, but it seems the element is just below the bottom of ChromeDriver viewport and needs to be scrolled to to be visible, in the size viewport that I see on my screen at least.
This is a related SO question, though I can't find a Ruby soution, can anyone advise. Thanks