Represents the known and supported Platforms that WebDriver runs on.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Any | 0 | Any platform. This value is never returned by a driver, but can be used to find drivers with certain capabilities. | |
Windows | 1 | Any version of Microsoft Windows. This value is never returned by a driver, but can be used to find drivers with certain capabilities. | |
WinNT | 1 | Any Windows NT-based version of Microsoft Windows. This value is never returned by a driver, but can be used to find drivers with certain capabilities. This value is equivalent to PlatformType.Windows. | |
XP | 2 | Versions of Microsoft Windows that are compatible with Windows XP. | |
Vista | 3 | Versions of Microsoft Windows that are compatible with Windows Vista. | |
Mac | 4 | Any version of the Macintosh OS | |
Unix | 5 | Any version of the Unix operating system. | |
Linux | 6 | Any version of the Linux operating system. | |
Android | 7 | A version of the Android mobile operating system. |
Remarks
See Also