I created a bot that will open up a pdf and fill in the form for me. But when it does, it brings up the actual form and starts filling the form out. I want this done in the background so i can still work on other things. How do i make this happen? I use the activity start process to open the pdf.
Hi @nicholas.harvey ,
If you have inspected selectors during this process then this will not work.
You can use PIP if you want it should work in separate session.
HI @nicholas.harvey
You can simulate functions for all the UI interactions so that it can work in the background without conflicting your work. On the other hand, you can use PIP as Manoj mentioned above… This setting is available in Studio solution settings.
how do i do the first option
You can enable this in the click or type into activities