Closed Mercyfulsin closed 3 years ago
When going to purchase a course, the program clicks purchase before it can ever enter a zipcode.
To Reproduce Run using chromium browser and watch as the zipcode is not entered.
Expected behavior It should enter the zipcode but there is no pause for it.
Desktop (please complete the following information):
Additional context Adding a simple Sleep(1) to Core/udemy.py below line 150.
Sleep(1)
https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/issues/157
This is a duplicate of this bug, pulling from develop should fix it.
When going to purchase a course, the program clicks purchase before it can ever enter a zipcode.
To Reproduce Run using chromium browser and watch as the zipcode is not entered.
Expected behavior It should enter the zipcode but there is no pause for it.
Desktop (please complete the following information):
Additional context Adding a simple
Sleep(1)
to Core/udemy.py below line 150.