Hi,
I want to automate WPF application which has already been developed using WPF desktop application.I am unable to select Login/password text part.Also unable to generate selector on click event.
I am using CE(2019.2). Please help me to resolve this issue with steps.
Regards
Rahul
pavanh003
(Pavan Harisha)
March 19, 2019, 1:06pm
2
Hi,
Try with click image if you are having selector problems.
Let us know if this helps.
Regards,
Pavan H
Thanks. I have also tried this activity but didn’t work.
Application has been developed using WPF and MVVM pattern
Try using Computer Vision. However it is Beta version. Please refer the below post to know more on Computer Vision.
We are thrilled to announce that our breakthrough AI Computer Vision capability is now ready for preview - go try it out now! And please let us know your feedback - your perspective will be invaluable in helping us shape our roadmap.
AI Computer Vision solves one of the biggest challenges in RPA today: automating processes involving Virtual Desktop Infrastructure (VDI) environments such as Citrix, VMWare and Windows Remote Desktop.
Key Benefits
Human-like recognition of UI elements for both …
1 Like
Hi,
I don’t know if you have hand on the sourcecode of your application but the topic bellow may be useful (Automation properties)
I found my own solution and I hope it’s going to help more people. What happens if you are developing with WPF is that you should enable some properties called AutomationProperties and add the Automation IDs to the controls that you want to automate making them discoverable by the tools like in this example:
New code with automation properties:
<Window x:Class="UiPathExample.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/…
Cheers
1 Like
No luck yet.
I have used all suggestions as shared.
Please help
Selected element must be at least 33x33px and must not exceed 4096x2160px in UiPath
This message occured when I used Computer AI vision.
Not working…
However,screen is only captured.Controls are not recognised.