Closed nailserverzone closed 1 year ago
Hi, it always shows a TimeoutException(message, screen, stacktrace) after login is successful. Why is this happening?
In my case it was because REGEX_CONTINUE on line 39 in visa.py was checking hyperlink text Continue in language other than I have in my browser. I think it was in Spanish while I have English.
REGEX_CONTINUE
visa.py
Continue
Hi, it always shows a TimeoutException(message, screen, stacktrace) after login is successful. Why is this happening?