← Back to team overview

sikuli-driver team mailing list archive

[Bug 1835261] Re: [1.1.4] finds wrong image when image has rectangular box

 

Tested on Win10 with latest 1.1.4

making the boxed image (viewMessageWithBox.PNG) visible in a maximized
Chrome tab, I had no problem to find it and hover the mouse over it.
Using rightClick() it shows the appropriate context menu.

Conclusion: not clear, what your problem is.

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

Title:
  [1.1.4] finds wrong image when image has rectangular box

Status in Sikuli:
  Opinion

Bug description:
  Version: sikuli 1.1.4 SNAPSHOT
  OS: Win10 64bit
  Steps to reproduce:
  open a chrome browser, maximize it, then click on the image. create a sikuli script to click on the image with rectangular box, please use attached viewMessageWithBox.PNG

  Screen screen = new Screen();
  screen.click(the pattern of image);

  Expected result:
  the image is clicked

  Actual result:
  Clicked on the top left corner on the first tab(with no text) of chrome at around coordinate (160,21), reproducible every time. But the same image without rectangular box will work with no issue.

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


References