-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correcting error handling in .NET finding of elements
This commit removes the `IllegalLocatorException`. This exception was only thrown when finding by class name where the class name contained whitespace. It is redundant, and now `InvalidSelectorException` is thrown in its place. This commit also corrects the element finding tests to expect the proper `InvalidSelectorException` when finding by tag name, where the tag name provided is an empty string.
- Loading branch information
Showing
3 changed files
with
4 additions
and
80 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters