Created
July 21, 2022 06:13
-
-
Save SarahElson/3c3af75c6d1aeefff67587a44a65bb21 to your computer and use it in GitHub Desktop.
How To Handle Errors and Exceptions In Selenium Python
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
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