Как загрузить файл в выпадающий список?
@Test
void te() throws GeneralLeanFtException {
Browser browser = BrowserFactory.launch(BrowserType.CHROME);
browser.navigate("https://files.fm/");
WebElement uploadifiveFileUploadWebElement = browser.describe(WebElement.class, new WebElementDescription.Builder()
.className("uploadifive-button upload_button")
.innerText("Upload & Share Files")
.tagName("DIV").build());
}