Failed with exception [WebDriverException] when using docker
Describe the bug
Follow the guide using Docker, I got the error "Failed with exception [WebDriverException]" when post to crest.
Reproduction steps
- The post info: post: http://xxxx:3000/crest/api/perceivable/cc-transcript { "url": "https://www.google.com", "reporttype": 3
}
-
The docker logs: see the screenshot.

-
The response: { "status": { "error": "Failed with exception [WebDriverException]", "success": "False" } }
Expected behavior
The response should return 200
Additional context
No response
This should be now resolved in #9
The error "Failed with exception [WebDriverException]" is still reproduced with latest codes when post the request to the main API "/crest/api/all".
@cavedon Please help to look at this issue.
The error "Failed with exception [WebDriverException]" is still reproduced with latest codes when post the request to the main API "/crest/api/all".