public function DriverInterface::isStarted in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Driver/DriverInterface.php \Behat\Mink\Driver\DriverInterface::isStarted()
Checks whether driver is started.
Return value
Boolean
1 method overrides DriverInterface::isStarted()
- CoreDriver::isStarted in vendor/
behat/ mink/ src/ Driver/ CoreDriver.php - Checks whether driver is started.
File
- vendor/
behat/ mink/ src/ Driver/ DriverInterface.php, line 58
Class
- DriverInterface
- Driver interface.
Namespace
Behat\Mink\DriverCode
public function isStarted();