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

Interface BinaryInterface

BinaryInterface describes an interface for getting binary information and fetching binaries.

Direct known implementers

Peridot\WebDriverManager\Binary\AbstractBinary

Indirect known implementers

Peridot\WebDriverManager\Binary\ChromeDriver, Peridot\WebDriverManager\Binary\CompressedBinary, Peridot\WebDriverManager\Binary\IEDriver, Peridot\WebDriverManager\Binary\SeleniumStandalone
Namespace: Peridot\WebDriverManager\Binary
Package: Peridot\WebDriverManager\Binary
Located at Binary/BinaryInterface.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 boolean
# fetch( )

Fetch the contents of the url and store the contents.

Fetch the contents of the url and store the contents.

Returns

boolean
public boolean
# save( string $directory )

Write the contents of the fetched url.

Write the contents of the fetched url.

Parameters

$directory

Returns

boolean
public boolean
# fetchAndSave( string $directory )

Fetch and save the binary.

Fetch and save the binary.

Parameters

$directory

Returns

boolean
public string
# getContents( )

Return the fetched content of a binary.

Return the fetched content of a binary.

Returns

string
public boolean
# exists( mixed $directory )

Check if the binary exists in the specified directory.

Check if the binary exists in the specified directory.

Parameters

$directory

Returns

boolean
public boolean
# isOutOfDate( mixed $directory )

Check if old versions of the binary exist.

Check if old versions of the binary exist.

Parameters

$directory

Returns

boolean
public boolean
# isSupported( )

Is the binary supported by the target system?

Is the binary supported by the target system?

Returns

boolean
WebDriver Manager API documentation generated by ApiGen