What the most weird is - when I use first two activites (click and select item) - it always opens reequired window (pict #3). But when I join any activity furher - it stops on clicking by “Select other…” in dd menu.
I tried many ways with different activities and with checking element exists. It always stops if there is an activity further.
Has anyone experienced such?
Thanks
You see why it works. That’s because the selector has hard coded values for your selection.
When the selection changes, it wont work because your selected value wont match the hard-coded value
You have to give remove the hard values and replace them with parameters. Something like this ctrl name = '* children' ...
@AndyMenon,
Selector that you mention i want to use as a parameter, but further.
At first i need at least to get this window opened , at second click on this selector that is chosen (the one you mentioned)
But currently robot doesnt open this window after clhoosing one in dropdownlist.
@AndyMenon,
As you see i tried attached window- no success. Open window - i havent tried. I’ll try it. But i think it won’t let me open this window directly without clicking erm dd list. I will update you when i try. Thank u
I’m trying to scratch my brain on what else might be the issue.
Would it be possible for you to use the Hot Keys Up and Down to make selections and see if it works.
If not, you may have to post a video recording of this thing in action.
@AndyMenon,
I tried with hotkeys. It doesnt open me window when I choose what I need in dd list.
The video is attached how it works manually in first video(first time I click with mouse, second time - trying pgdown…)
In the second video how it works with uipath (It opens window when I run first two activities, and when I add third - it stops working)
Ok, from the Second video, what I understand is that the Robot makes the “Select other members” selection from the drop down list.
But it does take take time for the Excel pop up dialog to show up after you make the first selection.
Which means that you have to tell the Robot to Pause until the second window shows up, and then use the Attach Window to proceed further.
From the video, I see one other thing when you’re using Attach Window. The title of the window says ‘Excel.exe EPM’. But the Robot doesn’t seem to indicate any error. This tells me that the Attach Window is attaching itself to the outer Excel window, running that activity and completing the process successfully. One way to confirm this to check your output tab and you will not have any errors.
The workaround to this is to come up with a selector that identifies the second window that you’re using in the Attach Window activity.
Thanks again. Tomorrow while being at work I will send selectors.
Anyway it really weird because when it click on dd list and opens EPM when “select item “ is the last activity. So it should also open EPM when I add activities after “select item”, but it doesnt…
@AndyMenon, I played with selectors of attach window - no result. It looks like select item activity doesnt proceed click on “select other member” at all.
Would it be possible to change the approach itself?
Instead of using Select Item, how about you try using Click activity. The selector for the click might have to be a VB Expression
Sorry it’s really tough for me to resolve this without my hands on the steering wheel