Is it possible to fill the textarea using spynner? How can I do it? I try this:
sb.fill("textarea[name=NAME]","TEXT")
But it doesn't work. Please, help me.
Ok I found the solution, I'm using the webkit fill:
wk_fill("textarea[name=NAME]","TEXT")