LeanFT 14,5文件上传功能

时间:2018-10-29 17:39:10

标签: leanft

能否让我知道为什么我的文件上传功能不起作用:

@Test
public void testUploadFile() throws GeneralLeanFtException {        
    //Launch Chrome
    Browser browser = BrowserFactory.launch(BrowserType.CHROME);        
    browser.navigate("https://uploadfiles.io/");        
    //This is NOT getting invoked while running
    browser.describe(WebElement.class, new WebElementDescription.Builder()
           .innerText("Drop file here or click to upload. (5GB max) ").tagName("FORM").build()).click();                
}

我该怎么办?

0 个答案:

没有答案