Votes
											
																	Answers
																
																	Views
											
															
						Question
						
				2
                        votes
                    1
                        answer
                    273
                        views
                    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?