From 6aa219ef6752e4eb855b859affcf4da2c9551f5f Mon Sep 17 00:00:00 2001 From: Saurabh Date: Tue, 9 Jul 2024 18:55:33 +0530 Subject: [PATCH] Added ignore Select --- sdk/ignoreSelectSDKCloud.js | 60 +++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 sdk/ignoreSelectSDKCloud.js 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: "