CV Activities functionality

Hi All,

I developed a entire process with CV Scope activities and hot keys. Here the thing is in my laptop it is working fine but when i try to run in other system it is going to fail by clicking on some elements.

In my laptop also sometimes it is working fine but sometimes it is throwing errors, i tried modified the descriptor values how much can do, i did all for that but still it is going to fail.

Here i want to know that
Can we expect 100% bug free outputs for this process?
Can we change the machines to run this process without changing any resolutions?(in QA machine, Staging Machine, Production Machine)

These all issues are faced when i am run execution from studio and attended mode only.

Thanks in Advance!!

Hi @yedukondaluaregala

CV Scope and hotkeys are resolution-dependent. If you change machines without matching the screen resolution and scaling, the automation may fail.

Make sure you match the resolution while deployment into production server. Add 1920 in resolution width & 1080 in resolution depth for full HD. If your dev server is also of same resolution.

Hope this helps :slight_smile:

Hi @yedukondaluaregala,

Few things that you can do here:

  1. have anchors for target elements
  2. you can also mention accuracy parameter in descriptor
  3. resolution matching is important to achieve similar results in different machines
  4. have retry enabled

I also sometimes face the issues like “response not valid” or “element not found”, but usually retry resolves it.

Regards
Sonali

1 Like