How to click on an element ?
Hey NoahSmith,
Need to click the element using the click() command:
driver.get(“https://www.lambdatest.com”) element = driver.findElementById(“Username”).click();
How to click on an element ?
Hey NoahSmith,
Need to click the element using the click() command:
driver.get(“https://www.lambdatest.com”) element = driver.findElementById(“Username”).click();