Releases: meltmedia/the-ark
Releases · meltmedia/the-ark
Updating version number to 0.0.9
Merge pull request #74 from meltmedia/develop Updating version number to 0.0.9
S3 multi-part upload improvements
Merge pull request #71 from meltmedia/develop Update Image Crop
Selenium Helpers and Screen Capture Improvements
Updated the Screen Capture so that when taking a screenshot, it returns back the viewport.
Action Resources
Added the resources package to the setup.py configuration file. That way peeps can use it and stuff
Actions, Passwords, Scrolling - OH MY!
- Added Action Class that can be used to dispatch JSON configured actions
- Added a password generator in the input generators/field handlers
- Added horizontally action in the_ark
- Added the add cookie and delete cookie actions in the_ark
Selenium Helper/S3 Client improvments
- Fixed a couple issues in setup.py
- Updated s3_client to have URL parse
- Updates to selenium_helpers
- Updated the scroll_to_element method to separate the scroll_bottom and scroll_middle check
- Updated the wait_for_element method to have an option to wait for the element to be visible