如何识别按钮提交是否在 watin 中打开了新的浏览器窗口或新选项卡
我有同样的问题,每当我单击提交表单按钮时,我的网站都会打开一个新选项卡。 有什么方法可以检查我是否在 watin 中打开了新选项卡或新窗口
我已经尝试使用 ie.internetexplorers 来获取新网址,它在某些情况下有效,但在大多数情况下失败。
有人有更好的主意吗
I have the same problem, my site opens a new tab whenever I click on the submit form button.
Is there any way to check whether i have opened a new tab or new windows in watin
I have tried myself with ie.internetexplorers to get the new url, it worked in some cases but in most cases it failed.
does any one have any better idea
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Browser.AttachTo()
应该会找到新窗口:Browser.AttachTo()
should find you the new window: