Releases: Badgerati/Monocle
Releases · Badgerati/Monocle
Monocle v1.3.4
Monocle v1.3.3
- Fixes for the Dockerfile so the last chrome/firefox are installed (just needed to build with --no-cache
- Bumps Chrome driver to v83.0
- Bumps Firefox driver to v0.26.0.1
- Bumps Edge driver to v81.0
- Bumps PowerShell in Dockerfile to PS7.0
Monocle v1.3.2
- Adds Child, Parent and Sibling element support functions
- Adds scoping feature to
Get-MonocleElement
, so you can get an element by ID from the scope of another element
Monocle v1.3.1
Monocle v1.3.0
- Adds Edge support (Legacy and Chromium)
- Adds support for supplying custom Binary or Driver paths to New-MonocleBrowser
- Adds support for downloading custom certain drivers
- Adds support for scrolling a web page
- Adds getting/setting CSS functions
- Adds function to test an element's visibility
- Adds support for getting all elements that match, plus a function to return a count
- Fixes getting and setting options on dropdowns/select elements
Monocle v1.2.0
Monocle v1.1.2
Monocle v1.1.1
- Chome and IE Driver updates
Monocle v1.1.0
- 2FA support
- Attribute support
- Fix for clicking most embedded elements
- Support for running javascript
Monocle v1.0.0
- Moves from IE COM Object to Selenium
- Support cross-platform
- Supports IE, Chrome, and Firefox
- Supports Docker