Releases: botcity-dev/botcity-framework-web-python
Releases · botcity-dev/botcity-framework-web-python
BotCity Framework Python Web - 0.3.0
Enhancements
- Added
find_all(as_list=True)
andset_current_element
by @Psycho-Ray in #17
Bug Fixes
- Resolve image path for
find_multiple
in #14 - Fixed minor bug in
find_all()
by @Psycho-Ray in #15 - Use proper keyword for
right_click
interval. by @Psycho-Ray in #16 - Added 'account' key on recentDestinations by @lf2a in #18
Documentation
- Fixed docstring for By reference at
find_elements
andfind_element
in #13
New Contributors
- @Psycho-Ray made their first contribution in #15
- @lf2a made their first contribution in #18
Full Changelog: v0.2.0...v0.3.0
BotCity Framework Python Web - 0.2.0
Enhancements
- Add
wait_for_downloads
method in #10 - Add
find_element
andfind_elements
to search the DOM for elements by id, xpath, css and much more in #11 - Add
set_file_input_element
to handle file upload elements. in #11 - Add
enter_iframe
andleave_iframe
to handle iframes with WebBot in #12
Bug Fixes
- Use
codecs.open
for README.md in #7 - Set
default download_folder_path
to current user's Desktop in #10 - Disable pdfjs plugin and plugins for downloadable mime types for Firefox in #10
Documentation
Full Changelog: v0.1.6...v0.2.0
BotCity Framework Python Web - 0.1.6
Enhancements
- Added support for MS Edge browser.
- Increased wait_for_file default timeout from 10s to 60s.
- Added print_pdf method.
Bug Fixes
- Fixed find to pass the whole image to when using region search.
Packaging
- New dependency added:
msedge-selenium-tools
BotCity Framework Python Web - 0.1.5
Enhancements
- Added a list of mimetypes to download automatically via firefox webdriver. (Thanks @mpioski)
Documentation
- Enabled Google Analytics
BotCity Framework Python Web - 0.1.4
Bug Fixes
- Make sure we only return on
find_until
once we have an element. - Set state element on
get_element_coords
.
BotCity Framework Python Web - 0.1.3
Bug Fixes
- Typo at
double_click
,double_click_relative
,triple_click
andtriple_click_relative
. - Make sure multiple clicks are on the same
ActionChain
.
BotCity Framework Python Web - 0.1.2
Enhancements
- ENH: Set self.maestro to an instance of BotMaestroSDK if available for autocomplete.
BotCity Framework Python Web - 0.1.1
Bug Fixes
- Add security.default_personal_cert to Firefox.
- Make sure we set options and driver_path properties if using auto-detection.
Documentation
- Update README dependency list.
BotCity Framework Python Web - 0.1.0
First Public Release