My task involves interacting with a popup that displays HTML code like this:
<div class="ui-dialog-buttonpane ui-widget-content ui-helper-clearfix">
<div class="ui-dialog-buttonset">
<button type="button">Ok</button>
</div>
</div>
Despite my efforts to locate its XPATH and CSS selectors, I am unable to successfully click on the OK button. How can I effectively interact with this specific element?