如何使用 WatiN 检查是否提供了某个 URL?
我想确保当用户单击按钮时,他会被重定向到某个页面。我不确定如何使用 watiN 来查看页面是否已提供。
IE.Current.Url
显示上一页的 url。
I want to make sure that when the user clicks a button he is redirected to a certain page. I am not sure how I can use watiN to see if the page is served or not.
IE.Current.Url
shows the url of the previous page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过快速搜索,IE.LocationURL 应该可以满足您的需求。
Form a quick search, IE.LocationURL should give you what you need.