在新选项卡中打开图片,就像右键单击 - 在 Firefox 中查看图像 (WatiN)
我需要在新选项卡中打开图像,方法与单击图像上的右键然后选择“在 Firefox 中查看图像”完全一样。由于一些棘手的 JavaScript,复制图片网址并使用 browser.Goto 不会给我所需的结果。有人能给我一些建议吗?谢谢
I need to open image in new tab exactly as it's being done by clicking right button on it and then selecting View Image in firefox. Copying pic url and using browser.Goto doesn't give me the result i need due to some tricky javascript. Could anyone give me some suggestions? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
老问题了,一些回答仅供参考。
获取您要查找的图像的 src 属性,然后使用该地址打开一个新的 IE 实例(您可能需要附加基本网站地址以及您要查找的图像的 src 属性中的任何内容。一些代码:
Old question, some answer for reference only.
Get the src attribute for the image you are looking for and then open a new instance of IE with that address (you will probably need to append the base website address plus whatever there is in the src attribute for the image you are looking for. Some code for that: