← Back to team overview

sikuli-driver team mailing list archive

[Bug 1328817] [NEW] [1.0.1] Win 8.1: inconsistent click behaviour with fullscreenapp/desktopapp and compared to Win7/8.0

 

Public bug reported:

I have a script that works on WinXP - Win 8. However, Win 8.1 seems to
have botched everything up.

I have a very simple code snippet:

if exists(image):
    print "Found image")
    click(image)

When I run the code, I get the print statement, but the image is not
clicked on. Once again, this is only failing on Win 8.1

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1328817

Title:
  [1.0.1] Win 8.1: inconsistent click behaviour with
  fullscreenapp/desktopapp and compared to Win7/8.0

Status in Sikuli:
  New

Bug description:
  I have a script that works on WinXP - Win 8. However, Win 8.1 seems to
  have botched everything up.

  I have a very simple code snippet:

  if exists(image):
      print "Found image")
      click(image)

  When I run the code, I get the print statement, but the image is not
  clicked on. Once again, this is only failing on Win 8.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1328817/+subscriptions


Follow ups

References