New question #706339 on SikuliX:
https://answers.launchpad.net/sikuli/+question/706339

Hi

Win10 Pro last release, Sikuli ide 2.0.4

this is the script...
ErrComm Exists but sikuli don(t see it
it means that the script pass after print("1")
TeamV doesn't exist, it's ok, but...
it doesn't click on ErrComm... and don't print 2 
it's happend in BueStacks...


def changeXX(event):
    #RegEventXX.stopObserver
   # while not exists(ErrComm): print("raté")
    print("1")
    while exists(okTeamV): 
        click(okTeamV)    
    while exists(ErrComm):     
        click(ErrComm)       
    while exists(Debloc): click(DeblocOk)
    if not exists(ErrComm):
        print("2")
   
  #  RegEventXX.observeInBackground(FOREVER)



# imprévu
RegEventXX.onChange(5, changeXX)
RegEventXX.observeInBackground(FOREVER)
# fin imprévu

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to