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.
-

本文介绍了Selenium Grid中支持的不同操作系统平台,包括Windows的各种版本如XP、Vista、Win8等,以及Mac、Linux和Android等。这有助于理解如何配置Selenium Grid来支持跨平台的自动化测试。
6939

被折叠的 条评论
为什么被折叠?



