I have a python script that I run, and once it finishes it normally pops open a explorer.exe window.
I have tried to do the “on image appear” for when this window pops up, but if it is not on the selected area that I select for it EXACTLY on my monitor, the process does not continue.
Is there any other way to trigger to continue, the python script sometimes will take 2 minutes, could take 10. there is no telling it is all dependent on how big the report that the script is running
once the script runs and window popups
– use get active window activity and this will bring the active window foreground
–inside this use a maximize window activity so that the window pop up will go for full screen
–now use on image appear as you did earlier and can validate from there on
I think this is exactly what I was looking for, however, I do not know how to specify the folder.
because it is not instantaneous once the script runs, it could take 2 minutes it could 5 could take 20.
How do i specify that i need this windows explorer window? I have tried to put the path in the output/application window and got an error "value of type of string cannot be converted to uipath.core.window
its an output variable property of type uipath.core.window and we cannot paste any string out thee
Thats the reason we are getting this error
Cheers @rhyan.brandt
kind of just show you… its more towards the end is what im trying to accomplish, when it runs the repgen/python script you will see it does take about a minute or so before it comes up, this is not the same every time otherwise I would just set the “Delay” but after that it pops open that window explorer folder