sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03290
Re: [Question #161352]: getting sikuli to write html code
Question #161352 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/161352
Status: Open => Answered
RaiMan proposed the following answer:
sorry, the whole string has to be in one line.
If this is not possible or not wanted, you ca use the implicit
concatenation feature for strings.
(if interested you find more about this stuff here:
http://docs.python.org/reference/lexical_analysis.html#lexical-analysis)
your case:
paste(r'<a href="http://www.gameusd.com/?agentid=17067 " target="_blank" rel="nofollow"><br>'
r'<img src="http://i4.photobucket.com/albums/y109/Sk8Mythology/Cellphonetrackingsoftware.png"><br>'
r'</a><br>')
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.