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

Getting "WindowsError: [Error 5] Access is denied." for Click, Click Image and Dobule Click #21

Open
vinaybond opened this issue Jul 15, 2016 · 3 comments

Comments

@vinaybond
Copy link

I am opening a web page which has third party flash contents.
I am error "WindowsError: [Error 5] Access is denied." for Click, Click Image and Double Click. In this case, It seem they are doing their job but after doing the action they are getting this error.

I run the same keywords with "Run Keyword And Ignore Error" and they seems to be doing their job, but with error. But script continued due to "Run Keyword And Ignore Error". Any idea what is causing this and how can I fix this. I have the admin rights of my system.

@Tattoo
Copy link
Contributor

Tattoo commented Jul 17, 2016

What version of Windows are you using?

Also, what version of pyautogui you have? You can check it like this:

>>> import pyautogui
>>> pyautogui.__version__
'0.9.30'
>>>

@vinaybond
Copy link
Author

import pyautogui
pyautogui.version
'0.9.33'

@vinaybond
Copy link
Author

Did you get the solution for this?

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