Firstly I apologies if this topic has been brought up before.
I am trying to copy (or using Get Text or any similar) from forwarded email in Outlook 2013 and Type Into Notepad. But unable to do so. I am still new into this UiPath and love to learn more from you guys
This is what I can copy from the error. Not sure what is it.
Update2 has thrown an exception
Source: Get visible text β_WwGβ
Message: Cannot find the UI element corresponding to this selector:
Exception Type: SelectorNotFoundException
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 exception stack trace β
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
Any idea how can I fix it? I have tried many ways, but no luck. I tried change to Get Text from notepad, it working well. Only this one, it maybe does not recognize the words.
Tried Ctrl+C and Ctrl+V, but not working.
Funny thing is, if I do it backward (means copy from notepad to new email in Outlook 2013), it worked just fine. The only problem is, I could not copy any text in Outlook 2013 I guess.
I have this same problem when copying ranges in excel. In order for me to copy the range in excel I would have to βclickβ on the excel application (In order to activate the window) and then copy my selected range. I presume this solution would also work for you. βclickβ the email that you wish to copy and then you will probably be able to paste it anywhere you would like. Let me know if anyone knows of a better solution!!