Skip to content

Commit

Permalink
format README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudharsan-selvaraj committed Jun 9, 2021
1 parent 15b294b commit 279efa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public class WaitTest {

@IgnoreWait // will not automatically wait for any element interaction
public void searchAmazonWithoutWait(WebDriver driver) {
WebDriver driver = getDriver();
driver.get("https://www.amazon.in");
new WebDriverWait(driver, 10).until(ExpectedConditions.presenceOfElementLocated(By.id("twotabsearchtextbox")));
driver.findElement(By.id("twotabsearchtextbox")).sendKeys("oneplus 7", Keys.ENTER);
Expand Down

0 comments on commit 279efa1

Please sign in to comment.