Fill textarea using spynner
Is it possible to fill the te开发者_运维问答xtarea 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")
精彩评论