我正在使用網絡驅動程序2.20並創建自動化套裝。不像 硒RC(get_log函數)我想不通的命令保存 生成的日誌。 我曾嘗試過:如何使用python保存使用硒生成的日誌
FirefoxProfile p = new FirefoxProfile();
p.setPreference("webdriver.log .file", "/tmp/firefox_console");
WebDriver driver = new FirefoxDriver(p);
但找不到python等價物。 也http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/sel ... 這也是在java中。另外我看到「導入日誌記錄」功能不知道 如何使用它將日誌保存在文件中。 有什麼建議嗎?