When using the IE driver with IE9, occasionally the Click method will only select a button, it wont do the action of the Click(). Note this only happens occasionally, so i d
I used, as workaround, SendKeys with an empty string before each Click:
element.SendKeys(""); element.Click();