We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d843e33 + a2130ba commit a6e209aCopy full SHA for a6e209a
lib/Firefox/FirefoxProfile.php
@@ -16,6 +16,7 @@
16
namespace Facebook\WebDriver\Firefox;
17
18
use Facebook\WebDriver\Exception\WebDriverException;
19
+use FilesystemIterator;
20
use RecursiveDirectoryIterator;
21
use RecursiveIteratorIterator;
22
use ZipArchive;
@@ -170,7 +171,7 @@ private function deleteDirectory($directory) {
170
171
172
rmdir($directory);
173
}
-
174
+
175
/**
176
* @param string $xpi The path to the .xpi extension.
177
* @param string $target_dir The path to the unzip directory.
0 commit comments