Robotframework-zoomba

Latest version: v4.0.1

Safety actively analyzes 629994 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 17

1.6.1

Seems that SeleniumLibrary actually added a method called 'Scroll Element into View' that not only does the same thing as our keyword but is named the same and was causing issues on new node installations.

Taking this time to update a few dependencies we have:

1.6.0

Objects returned from the requests library were being defined as list-like and treated as such with the new dictionary enhancement in robotframework.

We are now returning DotDicts as response objects which maintain the same level of functionality inside robot.

Potential Issues:
Some of the internal functions may no longer function if these were being interacted with directly in a python file, particularly the following:
- next()
- iter_content()
- iter_lines()
- raise_for_status()

1.5.1

- Fixed issue 32

- Freeze library version of robotframework

The newest update to Robot Framework fundamentally changed the dictionary variables:
https://github.com/robotframework/robotframework/issues/2600

We need some time to update the internals of Zoomba to match the new change.

Included in this issue were the two following changes to the unmatched keys returned for the validator:
- Unmatched keys in nested lists/dictionaries now have a tree that follows e.g root.key[4].key_with_issue
- Error is given after a try except for a value error under key_by_key instead of allowing exception

Additionally, items under a list that are now strings are passed recursively under a temporary dictionary with the primary key being the current active key. This means that items other than strings and dicts inside lists may now be validated under the key_by_key function.

1.5.0

The following items were changed:
- Direct asserts were removed from validators in the API Library
- Cookie support was added to the API Library
- Timeouts are now related to Selenium timeout in the GUI Library
- Unit tests were added across all areas
- Scroll Element Into View actually works now!
- SOAP Library Convert Soap Response to JSON should now iterate through lists correctly

0.5.0

Page 17 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.