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 DriverInterface

Interface DriverInterface represents a binary that is a supported driver for selenium server.

Direct known implementers

Peridot\WebDriverManager\Binary\ChromeDriver, Peridot\WebDriverManager\Binary\IEDriver
Namespace: Peridot\WebDriverManager\Binary
Package: Peridot\WebDriverManager\Binary
Located at Binary/DriverInterface.php
Methods summary
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
WebDriver Manager API documentation generated by ApiGen