使用会话 ID 连接到当前的 selenium 浏览器窗口
我正在尝试从 selenium RC 连接到现有的浏览器窗口。 根据 公开 selenium 浏览器会话 id ,看来如果我获得有关 selenium RC 的当前会话,我可以完成此任务。
以前有人尝试过吗?
我正在使用Java。
I am trying to connect to existing browser window from selenium RC.
As per Exposing the selenium browser session id, it seems if I get the current session on selenium RC, I could accomplish this.
Has anyone tried it before?
I'm using Java.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我修改了 selenium java 客户端以返回会话 ID,我可以在浏览器上重复使用后续操作。
希望新版本的 selenium 提供此功能。
谢谢
纳恩
I modified the selenium java client to return me the session id, I could reuse for subsequent actions on the browser.
Hope newer version of selenium provide this functionality.
Thanks
Nayn