Package org.openqa.selenium
Class HasDownloads.DownloadedFile
java.lang.Object
org.openqa.selenium.HasDownloads.DownloadedFile
- Enclosing interface:
HasDownloads
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadedFile(String name, long creationTime, long lastModifiedTime, long size) -
Method Summary
Modifier and TypeMethodDescriptionlonglonggetName()longgetSize()booleanhasExtension(String extension)
-
Constructor Details
-
DownloadedFile
-
-
Method Details
-
getName
-
hasExtension
-
getCreationTime
public long getCreationTime() -
getLastModifiedTime
public long getLastModifiedTime() -
getSize
public long getSize()
-