How to use click command using Xpath?

How to use click command using Xpath?

Hi Miro,

While writing a test script for automation testing you can use the Click command using Xpath.

You can use this code:

browser.UseXpath.Click(----Locator----)

In the Locator, you can locate the desired element on which you want to perform the click action.