Hi,
We are using orchestrator to run our process.
Whenever we run our process from orchestrator sometimes Type into activity get faulted and sometimes Get Full text and Get text both are not working.
But there are many times when these activities have been executed successfully in our process through orchestrator.
What should we do so that the activities work fine?
Fine
Let’s go one by one
For this kindly check whether these properties
Are enabled in type into activity property panel that includes
—simulate type
—click before typing
—Emptyfield
—wait for ready property with Complete as value
Then for this
Make sure that the screen is maximised and brought to full screen
—for that add a activity called MAXIMIZE WINDOW activity as the first activity in the sequence where the get text and get full text activity is used
Thanks @Palaniyappan
For Type into i have tried everything you mentioned but still it gives faulted.
Just one query should all the fields be checked together at a time?
No worries
make sure that get text activity is used within a attach browser or attach window activity
–add some delay before the get text activity and in waittype property choose the option Complete
–make sure that text appears before get text activity with a element exists activity so that we would now whether the elements exists and the bot failed or obtained the text we want
We used the delay after using the maximize window before get full text and it is working. We have also activate window maximize window as sometimes after maximizing the window is not activated in Oracle EBS.
Thanks everyone for your help!!!