Added
- Created new Waiter subclasses | [30826bf](https://github.com/actmd/elementium/commit/30826bf8b39bd0f754b8d6e28507701ba0e12cdb)
Changed
- Removed the helper with_update(), with_retry() functions from elements.elements.py and replaced them with the new Waiters
- Removed with_update() and with_retry() methods from the Elements classes and replaced it with a more generic, retried() method
- Reorganized and cleaned up some code