Skip to content

BotCity Framework Python Web - 0.4.0

Choose a tag to compare

@hhslepicka hhslepicka released this 04 Feb 23:27
· 217 commits to main since this release
c3184de

Enhancements

  • Expose capabilities and define default capabilities for all browsers supported. by @hhslepicka in #22
  • Add support to use extensions in browsers by @joao-voltarelli in #35
  • Add check_file_count method to count the amount of files of a certain type in a folder by @joao-voltarelli in #24
  • Add wait_for_new_pdf method to wait for the pdf file to be saved in the folder, when you don't have the exact file path by @joao-voltarelli in #24
  • Add return_last_created_file method to return the last file that was created/downloaded in a folder by @joao-voltarelli in #24

Bug Fixes

  • Fix wait_for_downloads method when used on MSEdge - Issue #23 by @joao-voltarelli in #25
  • Fix screen dimension value assignment at set_screen_resolution by @lf2a in #27
  • Fix wait_for_file to properly check if the file has been downloaded completely on Firefox by @lf2a in #31
  • Fix missing argument on 'locate_all_opencv()' by @lf2a in #32
  • Fix issue with click_on() method not working by @lf2a in #34
  • Fix print_pdf to properly save files on headfull and headless modes by @joao-voltarelli in #24
  • Fix wait_for_downloads method when headless by @joao-voltarelli in #36
  • Make sure Chrome doesn't show What's New page. by @hhslepicka in #37
  • Remove multiprocessing from find_multiple due to pickling issues. by @hhslepicka in #38

Documentation

  • Remove Middle Click option on methods as it is not supported by @lf2a in #33
  • Add documentation for all browser modules. by @hhslepicka in #22

New Contributors

Full Changelog: v0.3.1...v0.4.0