sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10678
[Bug 1000502] [NEW] text not recognized on both windows or mac with clicks
Public bug reported:
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.
** 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/1000502
Title:
text not recognized on both windows or mac with clicks
Status in Sikuli:
New
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
Follow ups
References