In a website I am testing using python, we have a "contact us" button, that should pop up an outlook email window ready to be sent. Its body should contain a certain text. Users should have outlook installed.
I want 3 things, but dont know how:
To wait for the outlook email window to pop up
Read the content
Close the email window
Read about win32com.client, but not sure how to use it in this case