Click item

hello!
need some help with this activity :frowning:
trying to perform something simple as a click function. but the desktop app wont respond on when its supposed to hover and click its just dismiss right after hover and cant perform the last step (click)

@langsem Is it the right click being performed ?

yes. ignore the right window its some old changes. i have a right click - hover - click .

tried with delay, ocr etc

@langsem
Can you please try with two click activities ? with the first click activity property set as MouseButton = BTN_RIGHT
and then add another click activity below is indicating β€œvise”

@langsem ,

You can try the following : :

  1. Once you have right clicked and the Side Menu Appears.
  2. use an attach window and Click on the Side Menu.
  3. Inside the newAttachwindow Container - Do the Click Activity.

or,

  1. Once you have right clicked and the Side Menu Appears.
  2. Try With Hotkey such as KeyDown and Enter

or,

  1. Once you have right clicked and the Side Menu Appears.
  2. Try With Click Image .

–
Mukesh

2 Likes

thanks attach window works! just had to add simulate click to it aswell

1 Like

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