Skip to content

Commit 2d2588d

Browse files
author
DGuerra
committed
Added prefix to extension temporary directory
1 parent 2644044 commit 2d2588d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Firefox/FirefoxProfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function encode() {
165165
* @return string The path to the directory of this extension.
166166
*/
167167
private function installExtension($extension, $profile_dir) {
168-
$temp_dir = $this->createTempDirectory();
168+
$temp_dir = $this->createTempDirectory('WebDriverFirefoxProfileExtension');
169169

170170
$this->extractTo($extension, $temp_dir);
171171

0 commit comments

Comments
 (0)