We are trying to automate a thick client application what is the best approach used in UiPath in automation ? Need this info to suggest the client
Best Approaches for Automating Thick Client Applications in UiPath
- UI Automation with Computer Vision:
- Activities to use:
CV Screen Scope
,CV Click
,CV Type Into
, etc.
- Image-Based Automation:
- If selectors are not reliable, you can use image-based automation. This involves identifying UI elements based on their image patterns.
- Activities to use:
Click Image
,Find Image
,Image Exists
, etc. - Note that this approach can be less robust as it may be affected by changes in the UI appearance or resolution.
- Keyboard Shortcuts and Hotkeys:
- For applications that support keyboard shortcuts, using hotkeys can be an efficient method.
- Activities to use:
Send Hotkey
,Type Into
with special keys.
- Scripting and Command Line
- Best approach is to have the Run time installed in Citrix Studio - UiPath Remote Runtime
Regards
Sandy
1 Like
Thanks for the Explanation @sandyarpa767
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.