after login into oracle page i want to go to below module using IE(see attachment) click on rates , help me out how can i design a bot for this. i used click option , it is throwng error like cannot find ui element for this browser afteri close the browser and run the bot
You were almost done
—like once after logging in it will go to a NEW PAGE that is a NEW WINDOW so we need to use either ATTACH BROWSER or ATTACH WINDOW activity and inside that keep the CLICK activity
Also enable the Simulate click property in the property panel of click activity
kindly check whether the selector has any dynamic value in it
Like Click once the element and get the selector
And again close the application and open, clcik on the same element and get the selector
Compare them and we will Be finding the selector
difference
I hope parent id will be differing
If so replace the dynamic part with wild card *
Attach window would work on this
But I hope there must be some issue with the selector
Fine
We can try with GetActive Window activity where inside that container place this click activities
hello, i have created a robot using UiPath studiox.
the robot runs the oracle application fine with all the steps i need. but once it get to the parameters which i need to write the date from to the parameters window disappear.
so, the remaining of the robot doesn’t complete and the robot stop.
how do I fix this? please.
hello, i have created a robot using UiPath studiox.
the robot runs the oracle application fine with all the steps i need. but once it get to the parameters which i need to write the date from to the parameters window disappear.
so, the remaining of the robot doesn’t complete and the robot stop.
how do I fix this? please.