We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f7fcc commit 34f1e94Copy full SHA for 34f1e94
py/selenium/webdriver/firefox/firefox_binary.py
@@ -85,7 +85,7 @@ def kill(self):
85
def _start_from_profile_path(self, path):
86
self._firefox_env["XRE_PROFILE_PATH"] = path
87
88
- if platform == 'linux':
+ if self.platform == 'linux':
89
self._modify_link_library_path()
90
command = [self._start_cmd, "-foreground"]
91
if self.command_line:
0 commit comments