Skip to content

Releases: meltmedia/the-ark

Updating version number to 0.0.9

30 Nov 17:48
f00f0ea
Compare
Choose a tag to compare
Pre-release
Merge pull request #74 from meltmedia/develop

Updating version number to 0.0.9

S3 multi-part upload improvements

30 Nov 16:44
Compare
Choose a tag to compare
Pre-release
Merge pull request #71 from meltmedia/develop

Update Image Crop

Selenium Helpers and Screen Capture Improvements

14 Mar 17:51
Compare
Choose a tag to compare

Updated the Screen Capture so that when taking a screenshot, it returns back the viewport.

Action Resources

15 Dec 21:55
Compare
Choose a tag to compare
Action Resources Pre-release
Pre-release

Added the resources package to the setup.py configuration file. That way peeps can use it and stuff

Actions, Passwords, Scrolling - OH MY!

15 Dec 18:41
Compare
Choose a tag to compare
Pre-release
  • 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

26 Oct 22:01
Compare
Choose a tag to compare
Pre-release
  • 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