- Changes to make library python 2/3 compatible. Many underhood changes to logging and string handling. - Ensure screenshots directory exists before trying to save screenshots.
0.4.0
- Convert all strings to use unicode. You can now use unicode data within your tests now.
0.3.12
- Log the node info of the remote webdriver if possible. (to help debugging) - Copy desired capabilities to prevent any unintended side effects.
0.3.11
- Fixed screenshot capture for non-unix systems. (thanks Hellspam)
0.3.10
- Resolve merge issues in v0.3.9
0.3.9
- Added ability to specify messages to various timeout errors. - Log warning instead of halting the test if Safari window cannot be maximized.