URGENT - Confirmation ID popup chrome- get text?

Has any one faced this?
im trying to get text from confirmation id, which is a popup on google chrome.

image

I’ve tried
Get Full text, fails
scrap relative- not 100%
find image text - dosent work

any suggestion if i wish to use chrome ?

regards

4 Likes

It should help,

Thanks,
Rammohan B.

but if i use IE i will have to change a lot of places, isn’t there a perfect solution for this ?

Check the complete post, there is a sample xaml to interact with chrome popups.

Thanks,
Rammohan B.

hi,
Im still getting this when i debug your xaml

image

=======================================

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: ----> System.Runtime.InteropServices.COMException: Cannot find the UI element corresponding to this selector:
at UiPath.UiNodeClass.FindFirst(UiFindScope scope, String nodeID)
at UiPath.Core.UiElement.FindFirst(FindScope scope, Selector selector)
— End of inner ExceptionDetail stack trace —
at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

I updated the previous topic with an hopefully working example.

Cheers

1 Like

hey @ANSHUL

if you are still stuck, try this solution:

thanks,
Chandan

thanks for sharing, i found another solution.
1 use click image, n select “Results” in the confirmation box.
2 send double click activity. (this will select the text Result is …confirmation ID) add delay 2 sec.
3 send hot key ctr + A
4 send delay 2 sec
5 use activity copy selected text (output confirmation_ID)
6 assign - confirmation_ID.Remove(0,41) = confirmation_ID.Remove(0,41)

it works perfectly well.

i’v completed my assignment 2 successfully.

10 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.