Class BinaryResolver
BinaryResolver is responsible for all steps of resoling a binary - that is fetching, decompressing, and determining OS requirements.
- Peridot\WebDriverManager\Binary\BinaryResolver implements Peridot\WebDriverManager\Binary\Request\BinaryRequestInterface, Peridot\WebDriverManager\Binary\Decompression\BinaryDecompressorInterface, Peridot\WebDriverManager\Binary\BinaryResolverInterface uses Peridot\WebDriverManager\Event\EventEmitterTrait
Namespace: Peridot\WebDriverManager\Binary
Package: Peridot\WebDriverManager\Binary
Located at Binary/BinaryResolver.php
Package: Peridot\WebDriverManager\Binary
Located at Binary/BinaryResolver.php
public
|
#
__construct(
|
public
|
|
public
|
#
getBinaryDecompressor( )
Get the BinaryDecompressorInterface responsible for decompressing compressed binaries. |
public
|
|
public
boolean
|
|
public
string
|
inherit()
|
inherit()
|
protected
|
$request
|
|
protected
|
$decompressor
|
|
protected
|
$system
|