通过 firefox webdriver 打开本地 pdf 文件
opening a local pdf file through firefox webdriver
我想通过 firefox 打开 pdf 文档webdriver.I 使用命令
driver.get("file:///root/file.pdf");
但是文档没有 open.How 我应该这样做吗?
我通过设置
解决了这个问题
firefoxProfile.setPreference( "pdfjs.disabled", false );
我想通过 firefox 打开 pdf 文档webdriver.I 使用命令
driver.get("file:///root/file.pdf");
但是文档没有 open.How 我应该这样做吗?
我通过设置
解决了这个问题firefoxProfile.setPreference( "pdfjs.disabled", false );