uploadFile

Uploads a file to the selenium server by using the file command. Note that this command might not be supported as it is an undocumented Selenium command.

Usage

1
browser.uploadFile(localPath);

Parameters

Param Type Details
localPath String local path to file

Uses