SeleniumClient\PlatformType

Synopsis

class PlatformType {
  • // constants
  • const WINDOWS = "WINDOWS";
  • const XP = "XP";
  • const VISTA = "VISTA";
  • const MAC = "MAC";
  • const LINUX = "LINUX";
  • const UNIX = "UNIX";
}

Constants

Name Value
WINDOWS "WINDOWS"
XP "XP"
VISTA "VISTA"
MAC "MAC"
LINUX "LINUX"
UNIX "UNIX"

Methods