Ensure you have Python installed, then install the required dependencies:
pip install selenium webdriver-manager
Execute the test script using:
python scripts.py(***********Run the scripts file not script file ***********)
π Features of this Test Suite
β
Logs in using a mobile number and OTP
β
Verifies the institute name
β
Navigates to the classroom
β
Schedules a live session and validates it
If ChromeDriver crashes, ensure it matches your Google Chrome version:
google-chrome --version
chromedriver --version
If there's a mismatch, update Chromedriver:
pip install --upgrade webdriver-manager
Happy Testing! π
---
## **π― Final Improvements**
βοΈ **Organized Code** into modular functions
βοΈ **Explicit Waits** instead of unnecessary `time.sleep()`
βοΈ **Error Handling** to ensure script stability
βοΈ **README** for installation & usage
Let me know if you need any modifications! π