Overview

Namespaces

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

Classes

  • AbstractBinary
  • BinaryResolver
  • ChromeDriver
  • CompressedBinary
  • IEDriver
  • SeleniumStandalone

Interfaces

  • BinaryInterface
  • BinaryResolverInterface
  • DriverInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class ChromeDriver

ChromeDriver is used to resolve the Selenium Server driver for using the Chrome web browser.

Peridot\WebDriverManager\Binary\AbstractBinary implements Peridot\WebDriverManager\Binary\BinaryInterface
Extended by Peridot\WebDriverManager\Binary\CompressedBinary
Extended by Peridot\WebDriverManager\Binary\ChromeDriver implements Peridot\WebDriverManager\Binary\DriverInterface
Namespace: Peridot\WebDriverManager\Binary
Package: Peridot\WebDriverManager\Binary
Located at Binary/ChromeDriver.php
Methods summary
public string
# getName( )

Return a unique name for the binary.

Return a unique name for the binary.

Returns

string
public string
# getFileName( )

Get the name of the binary.

Get the name of the binary.

Returns

string
public string
# getUrl( )

Get the remote location of the binary.

Get the remote location of the binary.

Returns

string
public string
# getOutputFileName( )

Return the output filename for the compressed binary.

Return the output filename for the compressed binary.

Returns

string
public string
# getLinuxFileName( )

Get the linux filename.

Get the linux filename.

Returns

string
protected
# removeOldVersions( mixed $directory )

Remove old versions of the binary.

Remove old versions of the binary.

Parameters

$directory

Overrides

Peridot\WebDriverManager\Binary\AbstractBinary::removeOldVersions()
protected string
# getOldFilePattern( string $directory )

Return a pattern to identify old versions of a binary.

Return a pattern to identify old versions of a binary.

Parameters

$directory

Returns

string
public string
# getDriverPath( string $directory )

Return the driver path that will be used by selenium server.

Return the driver path that will be used by selenium server.

Parameters

$directory

Returns

string

Implementation of

Peridot\WebDriverManager\Binary\DriverInterface::getDriverPath()
public string
# getExtractedName( )

Get the name of the extracted binary.

Get the name of the extracted binary.

Returns

string
Methods inherited from Peridot\WebDriverManager\Binary\CompressedBinary
exists(), save()
Methods inherited from Peridot\WebDriverManager\Binary\AbstractBinary
__construct(), fetch(), fetchAndSave(), getContents(), getDestination(), isOutOfDate(), isSupported()
Properties inherited from Peridot\WebDriverManager\Binary\AbstractBinary
$contents, $resolver
WebDriver Manager API documentation generated by ApiGen