开发者

WatiN editing popup

开发者 https://www.devze.com 2023-02-22 16:18 出处:网络
I\'m trying to edit textfields in popup, it appears and does\'t close browser.Element(Find.ByText(\"testas1\")).DoubleClick();

I'm trying to edit textfields in popup, it appears and does't close browser.Element(Find.ByText("testas1")).DoubleClick(); But开发者_如何学运维 still can't find textfield. Any suggestions what's wrong?


browser.HtmlDialogs[0].TextFields[0].TypeText("T");

0

精彩评论

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