Skip to content

Releases: botcity-dev/botcity-framework-web-python

BotCity Framework Python Web - 0.8.4

21 Nov 22:02
14745ca
Compare
Choose a tag to compare

Bug Fixes

  • Implement atexit to ensure that stop_browser is always invoked by @kayqueGovetri in #100

Full Changelog: v0.8.3...v0.8.4

BotCity Framework Python Web - 0.8.3

08 May 22:47
107c10b
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v0.8.2...v0.8.3

BotCity Framework Python Web - 0.8.2

10 Mar 05:17
3e860a6
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v0.8.1...v0.8.2

BotCity Framework Python Web - 0.8.1

22 Dec 16:21
629b5e1
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v0.8.0...v0.8.1

BotCity Framework Python Web - 0.8.0

18 Dec 00:11
794bb26
Compare
Choose a tag to compare

Enhancements

Tests

New Contributors

Full Changelog: v0.7.0...v0.8.0

BotCity Framework Python Web - 0.7.0

18 Oct 03:59
7c50ab2
Compare
Choose a tag to compare

Enhancements

  • Improve table to dict parser to accept custom XPath for table cell. by @hhslepicka in #65

Bug Fixes

New Contributors

Full Changelog: v0.6.0...v0.7.0

BotCity Framework Python Web - 0.6.0

19 Aug 22:33
6ddb8bb
Compare
Choose a tag to compare

Enhancements

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

BotCity Framework Python Web - 0.5.2

13 Apr 01:00
b62372c
Compare
Choose a tag to compare

Bug Fixes

  • Use new method _get_page_size to get page size instead of using dimensions value by @lf2a in #52
  • Update handling for image path with special characters by @joao-voltarelli in #53

Packaging

  • Pin botcity-framework-base to >=0.2.2 for image path handling. by @hhslepicka in #54

Full Changelog: v0.5.1...v0.5.2

BotCity Framework Python Web - 0.5.1

24 Mar 01:05
56e7e32
Compare
Choose a tag to compare

Bug Fixes

  • Add --no-sandbox if running Chrome and Edge as root. by @hhslepicka in #51

Full Changelog: v0.5.0...v0.5.1

BotCity Framework Python Web - 0.5.0

14 Mar 23:19
6a10d75
Compare
Choose a tag to compare

Enhancements

  • Add wait_for_new_page, a context manager to help with operations that open a new tab or window.
  • find_element and find_elements now have waiting_time and ensure_visible parameters for enhanced experience and ease of use making it similar to the find methods for computer-vision.
  • Add wait_for_stale_element which waits until an element is modified on the DOM.
  • Add wait_for_element_visibility which waits until an element becomes visible or invisible.
  • Add new parsers module with table_to_dict which allow users to extract structured data from HTML tables into a list of dictionaries.
  • Add element_as_select to ease the handling of select elements on forms.

Bug Fixes

  • Cleanup capabilities and options upon stop_browser.

Documentation

  • New section Handling Data showcasing how you can easily extract data from web pages.
  • New section Interacting with Forms showcasing how to deal with select elements and file input elements.

Full Changelog: v0.4.1...v0.5.0