开发者

Fill textarea using spynner

开发者 https://www.devze.com 2023-03-23 23:50 出处:网络
Is it possible to fill the te开发者_运维问答xtarea using spynner? How can I do it? I try this: sb.fill(\"textarea[name=NAME]\",\"TEXT\")

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")
0

精彩评论

暂无评论...
验证码 换一张
取 消