- Added the **Wait** Action, which enables the Actor to wait for a Target to be visible, invisible, or contain expected text. - Added the **Clear** Action, which enables the Actor to clear text from an input field.
0.3.0
------------------
Improvements
- Added import magic to make importing Actions, Resolutions, Targets, ... everything! easier. - Added some natural-language-enabling syntactic sugar to Resolutions. - Added some extra flavor to Actors being created because i can't help myself.
0.2.0
------------------
New Features
- Added "the-internet" example - Added **Selected** Question
Improvements
- Adjusted strategy for multi-Target **Text** Question - Added more consistency in coding style
Bugfix
- Fixed issues with **Select** Actions
0.1.4
------------------
Bugfix
- Fixed a lot of issues with documentation. I _think_ i understand reStructured Text now. Mostly.
0.1.3
------------------
Bugfix
- Fixed call to old keyword argument. Woops.
0.1.2
------------------
New Features
- Added more Resolutions. - Added **List** Question.
Improvements
- Added more syntactic sugar. - May have gone overboard with additional theming.
Documentation
- Added Sphinx documentation! - Added docstrings and type hints across the board. - Reorganized method lists to be more consistent.
Bugfix
- Fixed missing requirements installation in setup.py