public function __construct(array $options) { $this->seleniumContext = new SeleniumContext($options['sitemapDirs']); Bootstrap::registerPanel(); }
public function __construct($sitemapDirs) { $this->seleniumContext = $this->createSeleniumContext($sitemapDirs); Bootstrap::registerPanel(); }