You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no SELENIUM_DRIVER_ARGUEMNTS are set in settings.py, the error TypeError: 'NoneType' object is not iterable is raised. This should be a simple fix in middleware.py by adding:
When no
SELENIUM_DRIVER_ARGUEMNTS
are set insettings.py
, the errorTypeError: 'NoneType' object is not iterable
is raised. This should be a simple fix inmiddleware.py
by adding:Instead of iterating directly on
driver_arguments
.The text was updated successfully, but these errors were encountered: