Webdriver - Grid supported platform value
作者: Max.Bai
时间: 2014/09
When you want start selenium node, but which platform can be accept?
-
Enum Constant Detail
-
WINDOWS
public static final Platform WINDOWS
Never returned, but can be used to request a browser running on any version of Windows.
-
XP
public static final Platform XP
For versions of Windows that "feel like" Windows XP. These are ones that store files in "\Program Files\" and documents under "\\documents and settings\\username"
-
VISTA
public static final Platform VISTA
For versions of Windows that "feel like" Windows Vista.
-
WIN8
public static final Platform WIN8
For versions of Windows that "feel like" Windows 8.
-
WIN8_1
public static final Platform WIN8_1
-
MAC
public static final Platform MAC
-
UNIX
public static final Platform UNIX
Many platforms have UNIX traits, amongst them LINUX, Solaris and BSD.
-
LINUX
public static final Platform LINUX
-
ANDROID
public static final Platform ANDROID
-
ANY
public static final Platform ANY
Never returned, but can be used to request a browser running on any operating system.
-