Overview

Namespaces

  • Peridot
    • WebDriverManager
      • Binary
        • Decompression
        • Request
      • Console
      • Event
      • OS
      • Process
      • Test
  • PHP

Classes

  • System

Interfaces

  • SystemInterface
  • Overview
  • Namespace
  • Class
  • Tree

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

Peridot\WebDriverManager\OS\SystemInterface::isMac()
public boolean
# isWindows( )

Is the system a windows operating system?

Is the system a windows operating system?

Returns

boolean

Implementation of

Peridot\WebDriverManager\OS\SystemInterface::isWindows()
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

Peridot\WebDriverManager\OS\SystemInterface::isLinux()
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

Peridot\WebDriverManager\OS\SystemInterface::is64Bit()
WebDriver Manager API documentation generated by ApiGen