The test project with Python, Selenium, and Page object pattern. The test is login to mail.ru; writes a letter with the Body and Subject field; sending a letter. Without delivery check.
For the Linux operating system. To run this code, type in the terminal in the current directory:
python3 sending_letters_mailru.py
I had use Python version 3.6 and modules:
- selenium
- unittest
- os
For the test i used chromedriver== 91.0.4472.101