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

I'm trying to convert a sikuli script written in Sikuli IDE to Java in eclipse. 
How can I convert the below line to Java ?

type(text_field.png, "sampletext" + `n`)

Here is my code

public void Add() {
    Screen s = new Screen();
    try {
        s.click("img/button_Add_Dmp.png", 0);
        s.wait("imgs/text_field.png");
        // I HAVE TO PUT THE TRANSCODED LINE HERE FROM SIKULI IDE

    } catch (FindFailed e) {
        e.printStackTrace();
    }
}


Also Please direct me to any tutorial available for this.

-- 
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

Reply via email to