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 IEDriver

IEDriver is used to resolve the Selenium Server driver for using the Internet Explorer web browser.

Peridot\WebDriverManager\Binary\AbstractBinary implements Peridot\WebDriverManager\Binary\BinaryInterface
Extended by Peridot\WebDriverManager\Binary\CompressedBinary
Extended by Peridot\WebDriverManager\Binary\IEDriver implements Peridot\WebDriverManager\Binary\DriverInterface
Namespace: Peridot\WebDriverManager\Binary
Package: Peridot\WebDriverManager\Binary
Located at Binary/IEDriver.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 boolean
# isSupported( )

Is the binary supported by the target system?

Is the binary supported by the target system?

Returns

boolean

Overrides

Peridot\WebDriverManager\Binary\AbstractBinary::isSupported()
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()
Properties inherited from Peridot\WebDriverManager\Binary\AbstractBinary
$contents, $resolver
WebDriver Manager API documentation generated by ApiGen