Am using selenium webdriver 2.210 + JAVA for testing.I have a sample code for selecting all mails in gmail.But the code throws an \"Element is not currently visible and so m
Try to downgrade selenium webdriver to 2.20.0.
I got similar error with ruby gem version 2.21.0 and 2.21.2.
In my case web driver always return button.visible? = false in case of button is added to the page via .Ajax call.
My tests work previously for a longer time and nothing related has changed. So I assume this is a bug in the current version of webdriver.