question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Locating but not clicking images on IE

See original GitHub issue

I 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:open
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
naveenthammucommented, May 22, 2021

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

0reactions
JayRizzocommented, Jul 19, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found