Exceptions#
DragDropError
#
Bases: GestureError
Raised when a drag and drop operation fails.
ElementInteractionError
#
Bases: GestureError
Raised when interaction with an element fails.
ElementNotInViewError
#
Bases: GestureError
Raised when an element cannot be brought into view after maximum attempts.
GestureError
#
InvalidGestureError
#
Bases: GestureError
Raised when an invalid gesture is attempted.
SwipeError
#
Bases: GestureError
Raised when a swipe action fails.
ViewportError
#
Bases: GestureError
Raised when there are issues with viewport dimensions or calculations.
ZoomError
#
Bases: GestureError
Raised when a zoom operation fails.