clicking items in selenium
driver.click(enter xpath or whaterver here)
Here is what the above code is Doing:
1. It’s opening a new browser window and navigating to the URL you specified.
2. It’s clicking on the “Sign in” link.
3. It’s entering your username and password.
4. It’s clicking on the “Sign in” button.
5. It’s clicking on the “Enter Sandman” link.