I have a click activity to select the drop down on “save” button for monthly reports to bring up the drop down list (“save”, “save as”). I then have another click activity to select the “save as” button. This all works when I am debugging using the step into function.
But when I just run the WF the click for the “save” drop down does not do the drop down and the next “save as” click obviously fails due to not finding the “save as” element.
@ColinCrabtree delete those click activities and again create with those click activities.i wouldn’t say it perfectly but let’s give a try once like that.in my case actually i used recording with those click activities it works for me.
While you use click activity to click “indicate element” in No.1 , you should press F2 first for delaying it then click No.2, and when delay time is end click “Save as” No.3 follow this picture.
U can use element exist for save as after click on save dropdown
If save as exist then click on that if not Again click on save
Check nd let me know is it working for You or not
@Joysogood - if I execute the work flow using the following “Step into” method and step through each activity it works perfectly as you have defined it:
My activities just before the save as are as follows:
No worries
–for the click activity with Save drop down button, enable the property Simulate Click in the property panel
–the reason is this popup will be down to the screen so the bot may not be able to identify this element, but with simulate click it can
or
for more details on this topic
Hope this would help you
Kindly let know for any queries or clarification
Cheers @ColinCrabtree
hmm…ok then it should be a selector issue
no worries did that example attached were helpful
or kindly let us know with issue been faced
we are almost done,
Cheers @ColinCrabtree
@Palaniyappan - it cant be a selector issue as the WF works perfectly if I execute it in the “step into” method and step into each activity. It goes right through all the steps and brings up the save as dialog
Fantastic
Kindly place these activites inside a ATTACH BROWSER activity and try once
i had a scenario similar to this past some time before, and i remember i was using attach browser and it got resolved as well
hope this would help you
kindly try this and let know for any queries or clarfication
Cheers @ColinCrabtree
@ColinCrabtree Inside the Open Browser attach the window that pops up at the bottom first and then do a Click using Simulate click enabled. Even I had this kind of issue was able to resolve in this way.