← Back to team overview

sikuli-driver team mailing list archive

[Bug 1792565] Re: 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.

 

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/673961

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


References