Question #244675 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244675
obiwan-92 proposed the following answer:
One thing more :
The code
paste("<doc>\\n<field name=\"MobileName\">\\n")
will write
<doc>\n<field name="MobileName">\n
If you want to write in notepad (make more sense) :
<doc>
<field name="MobileName">
you need to use this line :
paste("<doc>\n<field name=\"MobileName\">\n")
Regards.
--
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