Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_WD_Navigate - ERR_FILE_NOT_FOUND issue #180

Open
mlipok opened this issue Feb 4, 2022 · 2 comments
Open

_WD_Navigate - ERR_FILE_NOT_FOUND issue #180

mlipok opened this issue Feb 4, 2022 · 2 comments
Labels
awaiting feedback awaiting reporter feedback upstream issue with upstream webdriver

Comments

@mlipok
Copy link
Contributor

mlipok commented Feb 4, 2022

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)

@mlipok mlipok changed the title _WD_Navigate -ERR_FILE_NOT_FOUND issue _WD_Navigate - ERR_FILE_NOT_FOUND issue Feb 4, 2022
@Danp2
Copy link
Owner

Danp2 commented Feb 4, 2022

It's unclear to me which webdriver is the correct implementation. I like GeckoDriver's implementation, but I suspect that ChromeDriver is actually following the W3C specs.

@mlipok
Copy link
Contributor Author

mlipok commented Feb 4, 2022

It's unclear to me which webdriver is the correct implementation.

We will know when both sides answers.

I like GeckoDriver's implementation, but I suspect that ChromeDriver is actually following the W3C specs.

I think the same.

@Danp2 Danp2 added upstream issue with upstream webdriver awaiting feedback awaiting reporter feedback labels Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback awaiting reporter feedback upstream issue with upstream webdriver
Projects
None yet
Development

No branches or pull requests

2 participants