sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #48526
[Bug 1792565] [NEW] 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. I have posted my code here.
Public bug reported:
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.
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1792565
Title:
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. I have posted my code here.
Status in Sikuli:
New
Bug description:
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1792565/+subscriptions
Follow ups