Open
Description
I just checked with FireFox and I confirm that I get:
__WD_Post: StatusCode=500; ResponseText={"value":{"error":"unknown error","message":"Reached error page: about:neterror?e=fileNotFound&
So this is ChromeDriver issue that he not return error in case of ERR_FILE_NOT_FOUND
Take a look here:
https://bugs.chromium.org/p/chromium/issues/detail?id=1285718
I think we need to wait (here with this PR) for a response to my bug report.
Also here:
w3c/webdriver#1638
Originally posted by @mlipok in #124 (comment)