Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

click item in a dropdown menu , not working #838

Open
aditya11ad opened this issue Feb 14, 2024 · 1 comment
Open

click item in a dropdown menu , not working #838

aditya11ad opened this issue Feb 14, 2024 · 1 comment

Comments

@aditya11ad
Copy link

in this case i want to click on Paste in "Notepad":
image
these are ss:
1.png:
1
2.png:
2
i am using this code:

time.sleep(2) //switch to app
ss_images=['1.png','2.png']
for img in ss_images:
    time.sleep(.4)
    x,y = pyautogui.locateCenterOnScreen(img)
    pyautogui.moveTo(x,y)
    pyautogui.click(x,y)

I am able to click on Edit, but then Past is not being click .
please provide the generalized solution.

@darkb0ts
Copy link

darkb0ts commented Mar 23, 2024

It 100% working well for me , please give Image Quality good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants