0

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.

Simon
  • 3
  • 4

1 Answers1

0

Ok I found the solution, I'm using the webkit fill:

wk_fill("textarea[name=NAME]","TEXT")
simon
  • 1