Skip to content

Instantly share code, notes, and snippets.

@rahulmr
Forked from SarahElson/LambdaTest Capabilities
Created September 28, 2022 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulmr/5555c26b5cdd2c7f99814ab8137f9d10 to your computer and use it in GitHub Desktop.
Save rahulmr/5555c26b5cdd2c7f99814ab8137f9d10 to your computer and use it in GitHub Desktop.
How To Handle Errors and Exceptions In Selenium Python
ch_capabilities = {
'LT:Options': {
"user": "<username>",
"accessKey": "<accesskey>",
"build": "StaleElementReferenceException Test on Chrome",
"name": "StaleElementReferenceException Test on Chrome",
"platformName": "Windows 10"
},
"browserName": "Chrome",
"browserVersion": "102.0",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment