Questions tagged [robotic-scraping]
4 questions
0
votes
0 answers
How to do pyautogui continue executing while screen windows is locked
I have this function thast works fine while the screen not is locked in windows 10.
def buscar_test():
fw = pyautogui.getWindowsWithTitle('datos_carga.txt: Bloc de notas')
fw = fw[0]
fw.maximize()
pyautogui.click(fw.center)
…

philip Gue
- 25
- 4
0
votes
1 answer
UiPath Error : Desktop has been disconnected while performing UI actions
I am using UiPath to automate some of our manual task done through website. But for some reason i get the below error. This happens when i click the link and new page gets loaded. In the new web page i try to click a button and the below error shows…

vDs1
- 156
- 1
- 2
- 10
0
votes
2 answers
UiPath : Automate an installation procedure
I would like to use UiPath for the installation of a customer delivery
The delivery contains multiple deliverables and actions :
Open ETL tools ,Database
Edit lines in a configuration file
run a script ...
Is it possible to automate the installation…

diwa
- 43
- 8
0
votes
2 answers
Uipath exchange activity
In uipath there is a get exchange messages activity. I can connect and download messages, however I'm unsure of the syntax for getting to a shared mailbox. Has anyone done this before?

Dan Atkins
- 378
- 1
- 7
- 21