← Back to team overview

sikuli-driver team mailing list archive

[Bug 1495416] [NEW] MyRegion.click() don't work after MyRegion.highlight()

 

Public bug reported:


With Java 8 Build 60 and Sikulix "1.1.0.201509110100" under a French windows 2008 R2.

result = App("winver").open()
if (result == None):
  raise Exception("Application not openned")
MyRegion=find("Winver_Screen.png")     
MyRegion.highlight()
MyRegion.click("Button_OK_In_winver.png")
popup("End")


==> The "winver" app don't close. ( and the Highlight disappear, which is also not expected )

Same without the highlight is ok
Same with the highlight twice is ok ( add and remove highlight )
Same with an highlight(2) is ok ( highlight for 2 seconds )

** 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/1495416

Title:
  MyRegion.click() don't work after MyRegion.highlight()

Status in Sikuli:
  New

Bug description:
  
  With Java 8 Build 60 and Sikulix "1.1.0.201509110100" under a French windows 2008 R2.

  result = App("winver").open()
  if (result == None):
    raise Exception("Application not openned")
  MyRegion=find("Winver_Screen.png")     
  MyRegion.highlight()
  MyRegion.click("Button_OK_In_winver.png")
  popup("End")

  
  ==> The "winver" app don't close. ( and the Highlight disappear, which is also not expected )

  Same without the highlight is ok
  Same with the highlight twice is ok ( add and remove highlight )
  Same with an highlight(2) is ok ( highlight for 2 seconds )

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


Follow ups