Class System
System determines information about the operating system.
-
Peridot\WebDriverManager\OS\System
implements
Peridot\WebDriverManager\OS\SystemInterface
Namespace: Peridot\WebDriverManager\OS
Package: Peridot\WebDriverManager\OS
Located at OS/System.php
Methods summary
public
boolean
|
#
isMac( )
Is the system a mac operating system?
Is the system a mac operating system?
Returns
boolean
Implementation of
|
public
boolean
|
#
isWindows( )
Is the system a windows operating system?
Is the system a windows operating system?
Returns
boolean
Implementation of
|
public
boolean
|
#
isLinux( )
Is the system a linux system? Assumes that if the OS is not windows, and is
not mac, then it is linux.
Is the system a linux system? Assumes that if the OS is not windows, and is
not mac, then it is linux.
Returns
boolean
Implementation of
|
public
boolean
|
#
is64Bit( )
Return whether or not the OS is a 64 bit operating system.
Return whether or not the OS is a 64 bit operating system.
Returns
boolean
Implementation of
|