← Back to team overview

sikuli-driver team mailing list archive

[Question #204805]: beginner how can i say sikuli to go back to lne 1 ?

 

New question #204805 on Sikuli:
https://answers.launchpad.net/sikuli/+question/204805

  # 
    hanf = exists(...)
    
    while hanf:
        click(...)
        hanf = exists(...)
        type(Key.ENTER)
        los = exists(...)
        if los :
            
            click(Pattern(...)
            boden = exists(....)  
            if boden :
                click( ....)  
                
           
            wait(...)
            ((text))
            click("KRDTHLETT-1.png" ) 
        
  when sikuli are here that he go to line 1 

 

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.