How to identify element (OK button) on Form and click on it, here is my the path-
/form[@title='Windows Internet Explorer']/button[@text='OK']
Button okButton = "/form[@title='Windows Internet Explorer']/button[@text='OK']"; okButton.Click();
Users browsing this forum: No registered users and 0 guests