I want to write a test in selenium python. This is what i would like to acheive.
Steps:
- Create an account on XYZ
- then, go to gmail or outlook
- Go to inbox mail
- find confirmation email
- click on the confirmation email
- Logout
I would like to know if it is a good idea to login to gmail or outlook and click on each elements using browser. Is there any python library that i can use to achieve this without using a browser?
thanks in advance!