I can't make a click work in a desktop app

hi
I can’t make a click work in a desktop app, I even tried using anchors, the studio even recognizes the element but doesn’t click, what can it be?
image


Hi,
Check if its working with SendWindowsMessages property, SimulateClick and with disabled both options in click activity.

@Konrad_Mierzwa sometimes same input methods not applicable for all UIelement.you have to play around with those and find which one is working for you.Go with simulate click>sendwindowmessages>hardware events>default.

Hi @Rodrigo_Buch please try with these

  1. With send window message
  2. With simulate click
  3. Unselect both simulate and send window message

Hi @Rodrigo_Buch

You can use anchor bas because i see you might not be able to identify the filter uniquely as there are multiple but spy the filter element using uiexplorer and see if there is any attribute that you can add to the anchor click activity to identify the filter as some times anchor click will be so generic that it will give only tag and there might be other elements before filter with same tag and bot faila to click on right one. So try adding few more attributes , but dont add amy new line to anchor which is not identified , try adding only different attributes

Cheers

@Tapan_Behera1
Hey

It worked

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