sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #48538
Re: [Question #673961]: saving .txt files as .html. --- type() returns 0
Question #673961 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/673961
Description changed to:
I have a simple operation on saving .txt files as .html. Every steps
works fine, but "type(PSLM)" returns null. I'm not sure what exactly is
the problem.
Debug.on(3)
doubleClick("1536668044983.png")
click("1536668158573.png")
click("save as.PNG")
click("filename-1.PNG")
m = type(Key.LEFT, KeyModifier.SHIFT + KeyModifier.CTRL) (Line which is
returning NULL)
print(m)
wait(5)
paste(".html")
click("1536751850899.png")
click("All_files.PNG")
Need your advise on this.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.