Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created July 31, 2020 16:37
Show Gist options
  • Save seleniumgists/d52882058364482056e6e7e4fce115a0 to your computer and use it in GitHub Desktop.
Save seleniumgists/d52882058364482056e6e7e4fce115a0 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
/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