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