Votes
Answers
Views
Question
2
1
239
Our AUT a file upload field, here's the code description of it: browser.describe(FileField.class, new FileFieldDescription.Builder() .tagName("INPUT") .name("WebFile").build()); How do I send files to this field?