Locating but not clicking images on IE
See original GitHub issueI am using python 3.6 and pyautogui version 0.9.41
It is working fine everywhere else, but when I have a IE browser open it locates images successfully and I am able to print the locations to set it, but then I use the click
function it does nothing. But then doesn’t treat it as an error.
I have tested without using images to click for example a random location on the screen like so;
pyautogui.click(100,400)
and it does nothing, but when I minimise the browser and run the program I see that it performs the click.
I am not sure what is going on
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
IE Does not Display Images - TechNet - Microsoft
IE does not display images on ANY website. ... Click on tools, click on adnaced tab, Go to Multimedia, Select show pictures.
Read more >Why Are Web Page Images Not Showing? - Computer Hope
In the Settings under Multimedia, make sure the Show Pictures checkbox is checked ✓. Click Apply, then OK. Close and reopen Internet Explorer....
Read more >Image not displayed in IE 11.But working in chrome and firefox
Try to check and verify that the image path is correct and the image is available there. · Check that your HTML code...
Read more >Imaging Edge Desktop | Application that develops photos and ...
The result of shooting image can be quickly displayed by working together with ... images shot with Pixel Shift Multi Shooting using only...
Read more >reCAPTCHA Help - Google Support
Official reCAPTCHA Help Center where you can find tips and tutorials on ... to make sure you're human and not a robot, so...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
there is an issue with clicks the triple click is not working
pyautogui.tripleClick() error is raising **Traceback (most recent call last): File “/Users/naveen_stark/p.py”, line 2, in <module> import pydirectinput File “/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pydirectinput/init.py”, line 6, in <module> SendInput = ctypes.windll.user32.SendInput AttributeError: module ‘ctypes’ has no attribute ‘windll’**
if i use clicks
pyautogui.Click(clicks=3,duration=.5)
there is no responce in this
Hi @naveenthammu,
I hope you are doing well. I am using the newest release of Python 3.9 and pyautogui ‘0.9.53’ and I am unable to reproduce this error. Are you still experiencing this as an issue?
Have a Great Day!