如何将Google Chrome与开发人员工具一起使用Selenium RC

时间:2011-01-19 08:59:07

标签: google-chrome selenium selenium-rc google-chrome-devtools

我可以打开像这样的Google Chrome浏览器:

selenium = new DefaultSelenium(Server, ServerPort,
                                          "*googlechrome", DomainURL);

但是在启用Chrome开发者工具的情况下打开它会非常有用,以便在开发测试时能够调试问题。

我无法启用它们,有人知道吗?

提前致谢

1 个答案:

答案 0 :(得分:0)

您需要使用启用了开发人员工具的自定义配置文件。每次使用时,Selenium都会使用新的干净配置文件启动Chrome。 Selenium 1没有提供覆盖它的机制。但是,Selenium 2的ChromeDriver可以使用示例配置文件。

您可以尝试使用Firefox和Firebug