Home
last modified time | relevance | path

Searched refs:xpi (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
DFirefoxProfile.php269 * @param string $xpi The path to the .xpi extension.
275 private function extractTo($xpi, $target_dir) argument
278 if (file_exists($xpi)) {
279 if ($zip->open($xpi)) {
283 throw new \Exception("Failed to open the firefox extension. '$xpi'");
286 throw new \Exception("Firefox extension doesn't exist. '$xpi'");