如何让 watir-webdriver 通过 Firebug 启动 Firefox 4?
有什么想法吗?我尝试按照下面的链接所述设置 webdriver.firefox.useExisting=true 希望重用启用了 firebug 的现有窗口,但没有这样的运气。
Any ideas? I've tried setting webdriver.firefox.useExisting=true as described in the link below hoping to reuse an existing window with firebug enabled, but no such luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须创建一个始终启用 Firebug 的特定配置文件,然后在您的配置中使用此配置文件启动 Firefox
you have to create a specific profile where Firebug is always enabled, then launch firefox with this profile in your configuration
简单的答案是:
但是如果您正在运行测试,您可能不应该使用默认配置文件。
The quick answer is:
But if you are running tests you probably shouldn't use the default profile.