Enhancements
- Add `wait_for_downloads` method in https://github.com/botcity-dev/botcity-framework-web-python/pull/10
- Add `find_element` and `find_elements` to search the DOM for elements by _id_, _xpath_, _css_ and much more in https://github.com/botcity-dev/botcity-framework-web-python/pull/11
- Add `set_file_input_element` to handle file upload elements. in https://github.com/botcity-dev/botcity-framework-web-python/pull/11
- Add `enter_iframe` and `leave_iframe` to handle iframes with WebBot in https://github.com/botcity-dev/botcity-framework-web-python/pull/12
Bug Fixes
- Use `codecs.open` for README.md in https://github.com/botcity-dev/botcity-framework-web-python/pull/7
- Set `default download_folder_path` to current user's Desktop in https://github.com/botcity-dev/botcity-framework-web-python/pull/10
- Disable pdfjs plugin and plugins for downloadable mime types for Firefox in https://github.com/botcity-dev/botcity-framework-web-python/pull/10
Documentation
- Update README in https://github.com/botcity-dev/botcity-framework-web-python/pull/6
- Add docstrings for tabs and other missing methods in https://github.com/botcity-dev/botcity-framework-web-python/pull/8
**Full Changelog**: https://github.com/botcity-dev/botcity-framework-web-python/compare/v0.1.6...v0.2.0