sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #16679
[Bug 1000502] Re: [request] same image of text should work on windows and mac
** Changed in: sikuli
Status: New => Won't Fix
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1000502
Title:
[request] same image of text should work on windows and mac
Status in Sikuli:
Won't Fix
Bug description:
Trying to do an click on an image i have captured that is a text, but
it is not finding it when trying with a different platform. yet when
verifying with an assert it passes. If started with capturing the
text image using mac, then re-running the test on windows it fails.
sample code.
assert exists(<some image of the text>)
click(<some image of the text>)
if I have those code written (and image captured on a mac), it runs
perfectly on a mac; but when running the same code on windows it
fails.
Is there a way to click on a text (knowing that mac and windows may
have different behavior on displaying fonts). I am not planning to do
any cut&paste but basically just click on a text.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1000502/+subscriptions
References