Exemplo n.º 1
0
 public function __construct(array $options)
 {
     $this->seleniumContext = new SeleniumContext($options['sitemapDirs']);
     Bootstrap::registerPanel();
 }
Exemplo n.º 2
0
 public function __construct($sitemapDirs)
 {
     $this->seleniumContext = $this->createSeleniumContext($sitemapDirs);
     Bootstrap::registerPanel();
 }