From e586a9bd6d1d53e1a2544d6790f339184e1fcf0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 17:34:09 +0000 Subject: [PATCH 1/2] Bump json from 20160810 to 20230227 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160810 to 20230227. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b62919c..3549e11 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ org.json json - 20160810 + 20230227 org.seleniumhq.selenium From 30441a0b2c281966ca3050c40f29c673e702b549 Mon Sep 17 00:00:00 2001 From: Prateek Singh <47247309+prateekLambda@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:35:12 +0530 Subject: [PATCH 2/2] Update LocalDriver.java --- src/main/java/magicleapTesting/LocalDriver.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/java/magicleapTesting/LocalDriver.java b/src/main/java/magicleapTesting/LocalDriver.java index 931562e..56f6ef6 100644 --- a/src/main/java/magicleapTesting/LocalDriver.java +++ b/src/main/java/magicleapTesting/LocalDriver.java @@ -169,10 +169,7 @@ public static void main(String[] args) { homePageLogin.click(); Thread.sleep(2000); WebElement username= driver.findElement(By.name("email")); - username.sendKeys("prateeks@lambdatest.com"); - Thread.sleep(2000); - WebElement password= driver.findElement(By.name("password")); - password.sendKeys("9582334806"); + Thread.sleep(2000); WebElement loginPlatform= driver.findElement(By.xpath("/html/body/div[1]/div/div/div/div/form/div[3]/button")); loginPlatform.click();