It was
WebDriverException at /test/
Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.
Exception Type: WebDriverException
Exception Value:
Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.
Exception Location: /usr/local/lib/python3.5/dist-packages/selenium/webdriver/firefox/firefox_binary.py in _wait_until_connectable, line 99
Python Executable: /usr/local/bin/uwsgi
Python Version: 3.5.2
usr/local/lib/python3.5/dist-packages/django/core/handlers/exception.py in inner
This decorator is automatically applied to all middleware to ensure that
no middleware leaks an exception and that the next middleware in the stack
can rely on getting a response instead of an exception.
"""
@wraps(get_response, assigned=available_attrs(get_response))
def inner(request):
try:
response = get_response(request) ...
except Exception as exc:
response = response_for_exception(request, exc)
return response
return inner
--------------------------------some thing like that --------------------------------------
By the way as you told that its running on different server, so how to clear down everything so it ll work, the thing is that you can your self try whenever i want to use selenium on the webapp server i am unable to do so whereas a month ago i have tested the same and it was working and now when i am going to implement my project it is giving me errors.
I am currently testing a code at myusername.com/test