10-10-2017, 01:50 PM
Hi,
I was hoping you could help me with a problem I'm having. I have a script that scans for an image and then clicks left when that image is spotted. It has worked fine on windows 7. I am trying to run the same script on windows server 2016 and the clicking part of the script isn't working. I can confirm that the scan completes successfully (ie the image is found on the screen) but the mouse doesn't actually left click when it reports it has. Here is a code example:
I see CLICKED output to the console repeatedly but the image is never actually clicked. Is this something to do with windows server 2016 vs win7? Everything else (the browser version, etc) is the same in the two cases.
Thanks!
I was hoping you could help me with a problem I'm having. I have a script that scans for an image and then clicks left when that image is spotted. It has worked fine on windows 7. I am trying to run the same script on windows server 2016 and the clicking part of the script isn't working. I can confirm that the scan completes successfully (ie the image is found on the screen) but the mouse doesn't actually left click when it reports it has. Here is a code example:
I see CLICKED output to the console repeatedly but the image is never actually clicked. Is this something to do with windows server 2016 vs win7? Everything else (the browser version, etc) is the same in the two cases.
Thanks!