| FileType Enumeration |
Framework to automate tests using Selenium WebDriver
Files type.
Namespace:
Ocaramba.Helpers
Assembly:
OcarambaLite (in OcarambaLite.dll) Version: 3.3.1
Syntax Members
| Member name | Value | Description |
---|
| None | 0 |
File type not implemented.
|
| Pdf | 1 |
Portable document format files.
|
| Xls | 2 |
Microsoft Excel worksheet sheet (97–2003).
|
| Doc | 3 |
Microsoft Word document.
|
| Csv | 4 |
Comma-separated values files.
|
| Txt | 5 |
Text files.
|
| Xlsx | 6 |
Office open XML worksheet sheet.
|
| Docx | 7 |
Office Open XML document.
|
| Gif | 8 |
Graphics Interchange Format.
|
| Jpg | 9 |
Joint Photographic Experts Group.
|
| Bmp | 10 |
Microsoft Windows Bitmap formatted image.
|
| Png | 11 |
Portable Network Graphic.
|
| Xml | 12 |
Open data file format.
|
| Html | 13 |
Hyper text markup language.
|
| Ppt | 14 |
Microsoft PowerPoint Presentation.
|
| Pptx | 15 |
Office Open XML Presentation.
|
See Also