I have developed a code fro Oracle EBS application.
In the code i am using many number of send hotkeys and clicks.
If i execute the code manually then the code is working fine.
But while executing it with orchestrator it is throwing the errors at send hotkey and clicks.
How do we solve this issue?
HI @Tanvi_Sharma - Try to check either “SimulateClick” or “SendWindowsMessage” from the Properties. Check either one of it works or not.
Thanks,
AK
Hi Anand,
I have already given Send Windows Message.
What is the error that it is throwing? UiElement not found?
Regards,
AK
Yes and some time activity timeout exceed
Then shall we try with Element Exists using Retry and perform the respective action?
Regards,
AK
ok will try it
where your program is running.
is it in a physical machine or in a VDI environment ?
Ajay
VDI environment
try the below might work for you,
1.change the Robot setting login to console to yes ,
2. Also provide width ,height and depth of the screen where the bot will run (try first one if not working try both)
REgards
Ajay
Ok will try it.
Thanks