invalid use of similar ;-)
see answer to question.
** Changed in: sikuli
Status: New => Invalid
** Converted to question:
https://answers.launchpad.net/sikuli/+question/463637
** Summary changed:
- Similar error
+ howTo use Similar? --- use Pattern()
** Summary changed:
- howTo use Similar? --- use Pattern()
+ HowTo use Similar? --- use Pattern()
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1665372
Title:
HowTo use Similar? --- use Pattern()
Status in Sikuli:
Invalid
Bug description:
1.1.1(2015-11-26_01:00nightly)/Mac10.12.3/Java8(64)1.8.0_25-b17
trying to use similar i pattern matching and failed
So I did a search and found an example which I changed to include an image on
screen :
( example - http://doc.sikuli.org/match.html )
the Example with my image in : -
m = find("1487256669914.png".similar(0.5).targetOffset(100,0))
print m # message area: Match[10,0 30x22] score=1.00, target=(105,11)
Result
[error] script [ Crap ] stopped with error in line 13
[error] AttributeError ( 'str' object has no attribute 'similar' )
This the same error message that I am getting from my exists test
if exists("1487245533829.png".similar(0.95)):
[error] ...... stopped with error in line 289
[error] AttributeError ( 'str' object has no attribute 'similar' )
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1665372/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp