Question #196888 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/196888
jéjé03 posted a new comment:
Yes I have
Just a part of my code:
# -*- coding: Latin-1 -*-
from sikuli.Sikuli import *
import Utilitaires.Fonctions as Projet
...
some declarations variables
...
if not exists(Library):
Projet.OpenViewMenu()
hover(Pattern(View).targetOffset(97, 13))
click(Lib)
sleep(2)
else :
click(Pattern(Library).similar(0.6))
# omnilight
sleep(2)
click(Lights)
....
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp