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

Use NoSuchElementError when element not found in new Element API. #4193

Merged
merged 1 commit into from Apr 19, 2024

Conversation

garg3133
Copy link
Member

Fixes: #4078

Right now, whenever the new Element API is unable to find an element, it throws a very generic Error. Instead, it should throw a NoSuchElementError with proper information and help text with the error message.

image

Copy link

Status

  • ❌ No modified files found in the types directory.
    Please make sure to include types for any changes you have made. Thank you!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throwing TimeoutError when chained .find() command fails
1 participant