BotCity Framework Python Web - 0.4.0
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_countmethod to count the amount of files of a certain type in a folder by @joao-voltarelli in #24 - Add
wait_for_new_pdfmethod 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_filemethod to return the last file that was created/downloaded in a folder by @joao-voltarelli in #24
Bug Fixes
- Fix
wait_for_downloadsmethod when used on MSEdge - Issue #23 by @joao-voltarelli in #25 - Fix screen dimension value assignment at
set_screen_resolutionby @lf2a in #27 - Fix
wait_for_fileto 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_pdfto properly save files on headfull and headless modes by @joao-voltarelli in #24 - Fix
wait_for_downloadsmethod 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
- @joao-voltarelli made their first contribution in #25
Full Changelog: v0.3.1...v0.4.0