Generate uipath selector for web elements using xpath

I have xpaths for all the clicks and type actions happening in a browser window.
How can we convert these xpath into the selectors that ui path requires?

Any links to documentation about the same would be helpful.

Hi @haberar911

If u can utilize the xpath in web Automation directly in UiPath

I think it would be good approach

Check this link

Regards

Nived N :robot:

Happy Automation

1 Like

Thanks. Is it possible to give xpath for an element directly in uipath?

Context: I already have xpath for various clicks, i want to use those xpath directly in uipath. Is that possible?

Hi @haberar911

Check the above link which i had sent
Regards,

Nived N

Happy Automation

I have used the inject JS activity in this scenario to set or activate a field at the certain Xpath.