Skip to content

Commit

Permalink
selenium: add exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Jul 11, 2024
1 parent b6fd055 commit b99b7bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion automon/integrations/seleniumWrapper/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ class ActionTypeException(Exception):
pass


class NoSuchElementException(Exception):
class ElementNotFoundException(Exception):
pass


class XpathNotFoundException(ElementNotFoundException):
pass

0 comments on commit b99b7bd

Please sign in to comment.