public class FileDirectoryInfo extends Object
DocumentLibraryPage. The list models the HTML element
representing the file or directory| Constructor and Description |
|---|
FileDirectoryInfo(org.openqa.selenium.WebElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
clickOnTitle() |
String |
getDescription()
Gets the desccription 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.
|
public FileDirectoryInfo(org.openqa.selenium.WebElement element)
public String getName()
public void clickOnTitle()
public boolean isTypeFolder()
public String getDescription()
Copyright © 2013. All Rights Reserved.