sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #18222
Re: [Question #229451]: What would be the Webdriver Java code equivalent of this step?
Question #229451 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/229451
Status: Open => Answered
RaiMan proposed the following answer:
generally you have to check the Java docs, if a 1:1 transcript does not work for a method:
for RC3: http://doc.sikuli.org/javadoc/index.html
for 1.0.0: https://dl.dropboxusercontent.com/u/42895525/SikuliX/SikuliX-API-JavaDocs/index.html
Java type() for RC3:
type(text_field.png, "sampletext" + `n`,0)
in 1.0.0 the 1.1 transcript should work
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.