Seleniumpm

Latest version: v2.13.0

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

Scan your dependencies

Page 2 of 5

2.11.6

-------------------

**New Features:**

**Fixed:**

- Adding Clickable.click_index() and Element.get_index_of_text() to indirectly address StaleElementReferenceException. Unfortunately, the problem may still arise and some experts say that StaleElementReferenceException is by design and should generally be "fixed" on a case-by-case basis and should not be fixed in a wrapper framework like seleniumpm nor will it be addressed in the Selenium core library.

2.11.5

-------------------

**New Features:**

- Adding the following 'wait_for' methods to Element: wait_for_webelements(), wait_for_text(), and wait_for_texts()

**Fixed:**

- Element.wait_for_present_and_visible() did not have a return self
- Adding mark_check() and mark_visible() to complement the existing mark_do_not_check() and mark_invisible()

2.11.4

-------------------

**New Features:**

- Adding unselect() to Checkbox and select() to both RadioButton and Checkbox types.
- Adding a new Label type. Right now, this is effectively the same as a TextElement or an Element

**Fixed:**

2.11.3

-------------------

**New Features:**

**Fixed:**

- Fixing a missed-case configuring *disable_check_for_selenium_webdriver* (Default: False) on a Webpage

2.11.2

-------------------

**New Features:**

- Adding new config *disable_check_for_selenium_webdriver* (Default: False) which now makes is possible to disable this check on an Element. Apparently, there are situations where a developer may pass in a non-webdriver object that overrides __getattr__() to returns driver.__getattribute__(item)

**Fixed:**

2.11.1

-------------------

**New Features:**

- Adding a check_myself flag (Default: True) on a Widget/Panel/IFrame type. This is to support certain scenarios where a developer may want to validate the collection of elements found in an Widget/Panel/IFrame, but not actually validate itself. Again, this is because Widget/Panel/IFrame is of type Element and thus has a locator.

**Fixed:**

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.