标签: java selenium-webdriver phantomjs
**How to upload file in phantomjs headless browser using selenium+java?**
我已经尝试过: (PhantomJSDriver)driver.executePhantomJS(“var page = this; page.uploadFile('input [type = file]','path to file');”);