我有這樣的代碼:HtmlDriver與JavaScript異常
driver = new HtmlUnitDriver();
((HtmlUnitDriver) driver).setJavascriptEnabled(true);
baseUrl = "http://www.url.com/";
driver.get(baseUrl + "/");
...
但是,如果我嘗試運行我有這樣的例外:
com.gargoylesoftware.htmlunit.ScriptException: TypeError: Cannot call method "match" of undefined (http://www.url.com//javascript/jquery.ceebox/jquery.swfobject.js#2)
我怎樣才能解決呢?有一種方法?
只是檢查這個[問題](http://stackoverflow.com/questions/20315330/how-to-overcame-htmlunit-scriptexception) –
但我不能使用的驅動程序? – FelasDroid
正如我在答案中解釋的那樣,這只是一個無法執行JS的問題。再次閱讀答案 –