You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments