Olá gostaria de saber se tem algum brasileiro que tenha como ir kall no discord para eu poder tirar duvidas sobre o UiPath
uma das minhas duvidas é em como arrumar uma execução em segundo plano, como fazer para o UiPath clicar e digitar sem eu ter que estar na tela, como por exemplo tenho uma maquina virtual da amazon e quero que minha automação rode sem eu precisar ficar vendo ela na tela que eu possa deixa-la minimizada e etc
Hi,
You can setup and run UiPath robot by orchestrator.
Regards,
use unattended automation
- Create an Unattended Robot in UiPath Studio:
- Publish the automation to Orchestrator:
- Create a Job and Schedule it:
or you can check this for background process
You need an unattended automation setup for that.
- install the robot in service mode on your vm
- Connect robot to orchestrator and allocate an unattended license
- Trigger the automation from orchestrator
It would work without any need foy you to login
https://docs.uipath.com/orchestrator/docs/configuring-robot-accounts-to-run-unattended-automation
Cheers
I put it to run in the UiPath in the background and when it opens the file explorer this error is there any way to solve it? (The error occurs after the automation clicks on the download and opens the Explodar folder where you want to save the file.
Click on ‘RPA’: Unable to find GUI element for this action.
Possible solutions:
Make sure the application is open and the GUI element is visible on the screen at runtime
• Edit the UI Activity Target and use Graphics Use Validation to debug the issue.
If necessary, indicate the element again if its properties have been changed
Use a “Check State” activity to check the application’s state before performing an action
• Increase the value of “Delay before” for the application to render completely in time and become responsive
Change the input method of the click activity to Simulate Send Window Messages.
could you explain better please?