How to find element ID in Selenium?

How to find element ID in Selenium?

Hi Ana Sousa,

You need to pass the below command for finding element ID in Selenium:

 driver.get("https://www.lambdatest.com")
  element = driver.findelementbyid("Username")
element.sendkeys("some text")