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

#2725 show the real error instead of "Element not found" #2727

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

asolntsev
Copy link
Member

... when user clicks a link with invalid URL, and Firefox throws an error like "Reached error page: about:neterror?e=dnsNotFound..."

... when user clicks a link with invalid URL, and Firefox throws an error like "Reached error page: about:neterror?e=dnsNotFound..."
Copy link

sonarcloud bot commented Apr 25, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@asolntsev asolntsev merged commit 2a64783 into main Apr 25, 2024
11 of 12 checks passed
@asolntsev asolntsev deleted the fix/2725-click-invalid-link branch April 25, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In Firefox when clicking on a non-working link (for example, https://example), Selenide displays an error:
3 participants