|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.alfresco.webdrone.share.site.document.FileDirectoryInfo
public class FileDirectoryInfo
Entity that models the list of file or directories as it appears
on the DocumentLibraryPage. The list models the HTML element
representing the file or directory
| Constructor Summary | |
|---|---|
FileDirectoryInfo(org.openqa.selenium.WebElement element)
|
|
| Method Summary | |
|---|---|
void |
clickOnTitle()
|
String |
getDescription()
Gets the description of the file or directory, if none then empty string is returned |
String |
getName()
Gets the name of the file or directory, if none then empty string is returned |
boolean |
isTypeFolder()
Checks if the FileDirectory is of a folder type. |
boolean |
selectDelete(WebDrone drone)
Select the delete button on the item. |
EditDocumentPropertiesPopup |
selectEditProperties(WebDrone drone)
Selects the edit properties link on the select data row on DocumentLibrary Page |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileDirectoryInfo(org.openqa.selenium.WebElement element)
| Method Detail |
|---|
public String getName()
public void clickOnTitle()
public boolean isTypeFolder()
public String getDescription()
public boolean selectDelete(WebDrone drone)
{@link - WebDrone} web dronepublic EditDocumentPropertiesPopup selectEditProperties(WebDrone drone)
drone - WebDrone
EditDocumentPropertiesPage response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||