In my application if I move my mouse cursor to a particular place in GUI, the element will get enabled and we can perform an operation on it by clicking on that button element.
But until I move my mouse cursor to that particular place we are not able to see that button.
So while automating if I use Firebug to identify that element, I'm not able to do that, because that element is completely not visible.
How to automate that kind of element using WebDriver (Selenium 2)?