Skip to content

Commit

Permalink
0.5.7
Browse files Browse the repository at this point in the history
Change log:

selenium: consistent args
selenium: add wait_for_element, update waiting for things, linting
selenium: update find_anything, remove wait_for_list
selenium: linting
selenium: add exceptions
selenium: fix when waiting for a str or list
selenium: update case_sensitive
selenium: update action_click
selenium: fix action_click to use element
selenium: add find_anything
selenium: update set_window_size
selenium: add action_type_up, action_type_down
selenium: add find_elements
selenium: fix find_xpath
selenium: fix type secret
selenium: cookie in json file
selenium: fix click with async
selenium: fix def start never awaited
selenium: catch exception when running browser
selenium: raise exception on missing SELENIUM_CHROMEDRIVER_PATH
selenium: update requirements.txt

instagram: fix remove_save_login, fix remove_notifications, fix is_authenticated
instagram: cleanup
instagram: fix xpaths
instagram: fix config
instagram: fix starting browser
instagram: fix is_ready
instagram: fix login url
instagram: catch exception
instagram: update to latest

gihtub actions: update chromedriver 126.0.6478.63
gihtub actions: update chromedriver 126.0.6478.63
github actions: add env var SELENIUM_CHROMEDRIVER_PATH for selenium testing
github actions: add env var SELENIUM_CHROMEDRIVER_PATH for selenium testing

requests: add typing, log non http 200 as error
requests: fix tests
requests: linting

google/sheets: update test

xsoar: initial commit

Revert "github actions: pytest enable --log-cli-level=DEBUG"
  • Loading branch information
naisanzaa committed Jul 11, 2024
1 parent a2a6900 commit b961162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="automonisaur",
version="0.5.6",
version="0.5.7",
author="naisanza",
author_email="[email protected]",
description="Core libraries for automonisaur",
Expand Down

0 comments on commit b961162

Please sign in to comment.