I have recently upgraded selenium to the latest version (2.53), and firefox to the latest version (45.0.1).
I run the same code on the same websites, but I suddenly have many exceptions like this:
WebDriverException: Message: Element is not clickable at point (312, 8.816665649414062). Other element would receive the click:
For example:
driver.find_element_by_class_name('my_class_name').click()
Is there something new that I should be aware of? My previous python selenium version was reasonably old, and I was on firefox 38.