We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9741cc0 commit 2d3ca55Copy full SHA for 2d3ca55
selenium/lambdatest_selenium_driver/smartui.py
@@ -37,4 +37,5 @@ def smartui_snapshot(driver, name,options={}):
37
38
logger.info(f'Snapshot captured {name}')
39
except Exception as e:
40
- logger.error(f'Could not take snapshot "{name}" Error {e}')
+ logger.error(f'SmartUI snapshot failed "${name}"')
41
+ logger.error(e)
0 commit comments