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 am using IE version: 9 Was facing the same issue. The following worked in my case
element.sendKeys(Keys.ENTER); element.click();