public class UploadPlugin
extends et.seleniet.api.KeywordPlugin
This plugin "uploads" a file by sending the absolute path of the file to the input file field specified. This input
field must have a type of "file" for the upload to work and must be followed by a SubmitPlugin. It also checks if
the given file exists is a file and can be read.
| Constructor and Description |
|---|
UploadPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams) |
Copyright © 2016 Thomas Eitzenberger. All rights reserved.