且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Selenium Webdriver Java-使用phantomjs驱动程序上传文件

更新时间:2023-11-19 19:50:04

var webPage = require('webpage');   
var page = webPage.create();
page.uploadFile('input[name=image]', '/path/to/some/photo.jpg');

在新版本的phantomjs中,您可以像这样上传文件 上传文件

in the new version of phantomjs, you can upload file like this uploadfile