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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Install the latest chrome browser and chrome webdriver when creating the
crest docker image.
Group all commands to install chrome and webdriver in a single RUN
line (to reduce Docker layers).
Cleanup APT indexes after installing chrome (to reduce Docker layer
size).
Use only curl (instead of mixing curl and wget).
Bug number: vmware-archive#8
Install the latest chrome browser and chrome webdriver when creating the
crest docker image.
Group all commands to install chrome and webdriver in a single RUN
line (to reduce Docker layers).
Cleanup APT indexes after installing chrome (to reduce Docker layer
size).
Use only curl (instead of mixing curl and wget).
Bug number: vmware-archive#8
Signed-off-by: Ludovico Cavedon <[email protected]>
Describe the bug
Follow the guide using Docker, I got the error "Failed with exception [WebDriverException]" when post to crest.
Reproduction steps
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
The text was updated successfully, but these errors were encountered: