It seems there's some weird behaviour in more recent versions of Chrome where attempting to click things with Selenium that aren't scrolled into view errors out with:
element not interactable: element has zero size
This Stack Overflow answer explains the situation, but the solution is simple, just scroll the viewport to the thing before clicking.
It seems there's some weird behaviour in more recent versions of Chrome where attempting to click things with Selenium that aren't scrolled into view errors out with:
This Stack Overflow answer explains the situation, but the solution is simple, just scroll the viewport to the thing before clicking.