Releases: botcity-dev/botcity-framework-web-python
Releases · botcity-dev/botcity-framework-web-python
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