hello!
need some help with this activity
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 : :
- Once you have right clicked and the Side Menu Appears.
- use an attach window and Click on the Side Menu.
- Inside the newAttachwindow Container - Do the Click Activity.
or,
- Once you have right clicked and the Side Menu Appears.
- Try With Hotkey such as KeyDown and Enter
or,
- Once you have right clicked and the Side Menu Appears.
- 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.