Overview

Namespaces

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

Classes

  • StandardBinaryRequest

Interfaces

  • BinaryRequestInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface BinaryRequestInterface

BinaryRequestInterface describes how to fetch a remote binary.

Peridot\WebDriverManager\Binary\Request\BinaryRequestInterface implements Peridot\WebDriverManager\Event\EventEmitterInterface

Direct known implementers

Peridot\WebDriverManager\Binary\BinaryResolver, Peridot\WebDriverManager\Binary\Request\StandardBinaryRequest
Namespace: Peridot\WebDriverManager\Binary\Request
Package: Peridot\WebDriverManager\Binary\Request
Located at Binary/Request/BinaryRequestInterface.php
Methods summary
public string
# request( string $url )

Request the binary at the specified url, and return the contents.

Request the binary at the specified url, and return the contents.

Parameters

$url

Returns

string
Methods inherited from Peridot\WebDriverManager\Event\EventEmitterInterface
inherit()
WebDriver Manager API documentation generated by ApiGen