I have scripts in selenium I want to migrate to UiPath.I want an utility which will convert all Java/selenium scripts to UiPath xaml files.Is there any plugins available for that?
Hi!
You will have to do the conversion yourself.
However, you could try this approach to integrate your code:
Unfortunately no out of the box or official plugin or tool there. Replicating the logic and building the bot manually or with Autopilot in UiPath Studio is the only option. Autopilot in Studio can help you with basic boilerplate workflow but you will have to configure and test it thoroughly.