← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #161352]: getting sikuli to write html code

 

Question #161352 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/161352

RaiMan proposed the following answer:
--- use raw string (nothing has to be escaped)
paste(r'<a href="http://www.gameusd.com/?agentid=17067 " target="_blank" rel="nofollow"><br>
<img src="http://i4.photobucket.com/albums/y109/Sk8Mythology/Cellphonetrackingsoftware.png";><br>
</a><br>')

--- or escape the apostrophes:
paste("<a href=\"http://www.gameusd.com/?agentid=17067 \" target=\"_blank\" rel=\"nofollow"\>"

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.