We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f77ac commit d3bae0eCopy full SHA for d3bae0e
py/selenium/webdriver/firefox/extension_connection.py
@@ -72,7 +72,7 @@ def connect_and_quit(self):
72
@classmethod
73
def is_connectable(self):
74
"""Trys to connect to the extension but do not retrieve context."""
75
- utils.is_connectable(self.port)
+ utils.is_connectable(self.profile.port)
76
77
class ExtensionConnectionError(Exception):
78
"""An internal error occurred int the extension.
0 commit comments