Is it possible to use xpath to click an element without having webdriver connection as SUT

Is it possible to click element using xpath without having webdriver connection as SUT. Im just trying mix sensetalk commands and selenium commands.

For example

  1. Trying to access Username and password field using xpath/ id
  2. In the same script trying to click on “Signin” button through image capture (sensetalk style)

will it work?

you have to install on your local machine a selenium driver as example. Then you can connect by command WebConnect() on your local machine…