public interface FileUploadItem extends ListItem
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getClearOrDeleteElement()
Clears/deletes the log of already uploaded/to be uploaded file from the list of the files of the already uploaded files/to be uploaded files.
|
String |
getFilename()
Gets the name of the this file.
|
org.openqa.selenium.WebElement |
getFilenameElement() |
String |
getState() |
org.openqa.selenium.WebElement |
getStateElement() |
boolean |
isUploaded()
Finds out whether this item representing a file is already uploaded.
|
void |
remove() |
getRootElement, getTextboolean isUploaded()
true if this file item is already uploaded, false otherwiseorg.openqa.selenium.WebElement getClearOrDeleteElement()
String getFilename()
org.openqa.selenium.WebElement getFilenameElement()
String getState()
org.openqa.selenium.WebElement getStateElement()
void remove()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.