diff --git a/sdk/ignoreSelectSDKCloud.js b/sdk/ignoreSelectSDKCloud.js new file mode 100644 index 0000000..7f7fd36 --- /dev/null +++ b/sdk/ignoreSelectSDKCloud.js @@ -0,0 +1,60 @@ +const { Builder, By, Key, until } = require('selenium-webdriver'); +const { smartuiSnapshot } = require('@lambdatest/selenium-driver'); + +// username: Username can be found at automation dashboard +const USERNAME = process.env.LT_USERNAME || ""; + +// AccessKey: AccessKey can be generated from automation dashboard or profile section +const KEY = process.env.LT_ACCESS_KEY || ""; +let capabilities = { + platform: "catalina", + browserName: "chrome", + version: "latest", + "LT:Options": { + username: USERNAME, + accessKey: KEY, + project: "", + w3c: true, + name: "", // name of the test + build: "