How to click on the button element?
Here is the HTML:
<button class="ui-button ui-widget ui-state-default ui-corner-all ui-
button-icon-only ui-dialog-titlebar-close" type="button" role="button"
aria-disabled="false" title="close">
<span class="ui-button-icon-primary ui-icon ui-icon-closethick"></span>
<span class="ui-button-text">close</span>
</button>
The error is "Element is not clickable at point (1165.88330078125, 427.76666259765625). Other element would receive the click: Command duration or timeout: 77 milliseconds"
I am on Selenium 2.53.1, if that helps.
I am using Java to write automation scripts.