\duncan3dc\Laravel\DriversChrome

Summary

Methods
Properties
Constants
__construct()
getDriver()
__destruct()
No public properties found
No constants found
afterClass()
No protected properties found
N/A
No private methods found
$afterClass
N/A

Properties

$afterClass

$afterClass : 

Type

Methods

__construct()

__construct() 

Create a new instance and automatically start the driver.

getDriver()

getDriver() : \Facebook\WebDriver\Remote\RemoteWebDriver

Get the web driver instance for this browser.

Returns

\Facebook\WebDriver\Remote\RemoteWebDriver

__destruct()

__destruct() 

Ensure the driver is closed by the upstream library.

afterClass()

afterClass(  $handler) 

Required for upstream compatibility.

Parameters

$handler