Created
July 31, 2020 16:37
-
-
Save seleniumgists/d52882058364482056e6e7e4fce115a0 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/venv/lib/python3.7/site-packages/selenium/webdriver/remote/remote_connection.py", line 369, in execute | |
path = string.Template(command_info[1]).substitute(params) | |
File "/usr/lib/python3.7/string.py", line 132, in substitute | |
return self.pattern.sub(convert, self.template) | |
File "/usr/lib/python3.7/string.py", line 125, in convert | |
return str(mapping[named]) | |
KeyError: 'sessionId' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment