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.
1 parent 2644044 commit 2d2588dCopy full SHA for 2d2588d
lib/Firefox/FirefoxProfile.php
@@ -165,7 +165,7 @@ public function encode() {
165
* @return string The path to the directory of this extension.
166
*/
167
private function installExtension($extension, $profile_dir) {
168
- $temp_dir = $this->createTempDirectory();
+ $temp_dir = $this->createTempDirectory('WebDriverFirefoxProfileExtension');
169
170
$this->extractTo($extension, $temp_dir);
171
0 commit comments