Releases: botcity-dev/botcity-framework-web-python
Releases · botcity-dev/botcity-framework-web-python
BotCity Framework Python Web - 1.0.0
Enhancements
- Implement selenium 4 by @kayqueGovetri in #73
- Implement undetectable chrome by @kayqueGovetri in #74
- Implement binary path by @kayqueGovetri in #86
Bug Fixes
- Chrome 110 Headless flag by @kayqueGovetri in #80
- Implement disable smart screen protection in edge by @kayqueGovetri in #87
- Activate the tab before closing the browser. by @livia-macon in #89
- Implement atexit to stop browser by @kayqueGovetri in #99
- Deprecate headless option under ChromeOptions to comply with Selenium >=4.10. by @hhslepicka in #101
- Updating requirements.txt with numpy version by @joao-voltarelli in #104
- Adding treatments to resolve screenshot issues due to scale by @joao-voltarelli in #107
- Adjust atexit in edge and chrome by @kayqueGovetri in #109
- Ensuring the temp folder is deleted at the end (main branch) by @joao-voltarelli in #113
Tests
- Implement cache manager in download driver by @kayqueGovetri in #98
CI
- Remove docs build workflow by @kayqueGovetri in #76
- Implement workflow dispatch in ci.yml by @kayqueGovetri in #84
- Implement undetected in testing by @kayqueGovetri in #85
- Enable execute undetected tests in macos by @kayqueGovetri in #88
- Remove macos-latest by @kayqueGovetri in #103
Documentation
- Updating screenshots and links in README by @joao-voltarelli in #93 and #97
Full Changelog: v0.8.1...v1.0.0
BotCity Framework Python Web - 0.10.0
Bug Fixes
- Adding treatments to resolve screenshot issues due to scale by @joao-voltarelli in #106
- Remove atexit in browsers base chrome and firefox by @kayqueGovetri in #110
- Ensuring the temporary folder is deleted at the end by @joao-voltarelli in #112
Full Changelog: v0.9.0...v0.10.0
BotCity Framework Python Web - 0.9.0
Bug Fixes
- Pin numpy to
< 2
to avoid issues with newly released version containing breaking changes by @joao-voltarelli in #105
Full Changelog: v0.8.4...v0.9.0
BotCity Framework Python Web - 0.8.4
Bug Fixes
- Implement
atexit
to ensure thatstop_browser
is always invoked by @kayqueGovetri in #100
Full Changelog: v0.8.3...v0.8.4
BotCity Framework Python Web - 0.8.3
Bug Fixes
- Pin version of urllib3 by @kayqueGovetri in #90
- Improving
stop_browser
by @kayqueGovetri in #91
Full Changelog: v0.8.2...v0.8.3
BotCity Framework Python Web - 0.8.2
Bug Fixes
- Add new headless parameter for Chrome > 108. by @hhslepicka in #82
Full Changelog: v0.8.1...v0.8.2
BotCity Framework Python Web - 0.8.1
Bug Fixes
- Allow get_last_x even if no element is found. by @hhslepicka in #75
Full Changelog: v0.8.0...v0.8.1
BotCity Framework Python Web - 0.8.0
Enhancements
- Implement enter and exit to open and stop browser by @kayqueGovetri in #72
Tests
- Test to browsers implemented in CI by @kayqueGovetri in #69
- Expand tests to keyboard, mouse, and vision by @kayqueGovetri in #71
- Expand the matrix to include Windows and macOS. by @hhslepicka in #70
New Contributors
- @kayqueGovetri made their first contribution in #69
Full Changelog: v0.7.0...v0.8.0
BotCity Framework Python Web - 0.7.0
Enhancements
- Improve table to dict parser to accept custom XPath for table cell. by @hhslepicka in #65
Bug Fixes
- Order find results by best match. by @hhslepicka in #64
- Replacing title characters by @livia-macon in #66
New Contributors
- @livia-macon made their first contribution in #66
Full Changelog: v0.6.0...v0.7.0
BotCity Framework Python Web - 0.6.0
Enhancements
- Added navigation methods (back, forward, refresh) by @lf2a in #58
- Expose Page Load Strategy. by @hhslepicka in #62
- Added
scroll_element
method by @hhslepicka in #63
Bug Fixes
- Added wait after going to downloads page by @lf2a in #57
- Handle failure at
get_screenshot
when driver is not ready. by @hhslepicka in #60 - Firefox wait for file method fixed to account for
.part
files by @lf2a in #61
Full Changelog: v0.5.2...v0.6.0