We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6ea88 commit 60b904eCopy full SHA for 60b904e
โsdk/sdkCloud.js
@@ -33,7 +33,7 @@ let capabilities = {
33
driver.manage().window().fullscreen();
34
try {
35
await driver.get("https://www.lambdatest.com/visual-regression-testing");
36
- await smartuiSnapshot(driver, "LT-SmartUI");
+ await smartuiSnapshot(driver, "LT-SmartUI"); // Capture Screenshot
37
} finally {
38
await driver.quit();
39
}
0 commit comments