Skip to content

Releases: Badgerati/Monocle

Monocle v1.3.4

27 Aug 16:40
7b29d3b
Compare
Choose a tag to compare
  • Bumps Chrome driver to v85.0
  • Bumps Firefox driver to v0.27

Monocle v1.3.3

22 May 13:31
9372ff4
Compare
Choose a tag to compare
  • 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

15 Feb 13:17
1658946
Compare
Choose a tag to compare
  • 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

13 Feb 19:16
b2b98fb
Compare
Choose a tag to compare
  • #45: Adds new Enter-MonocleFrame to help get elements from within an iframe
  • #47: Adds new Wait-MonocleElementVisible and new switch -WaitVisible on Get-MonocleElement
  • #49: Allows Move-MonoclePage to scroll to an element on the page

Monocle v1.3.0

09 Feb 16:35
ba80464
Compare
Choose a tag to compare
  • 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

06 Feb 13:21
2c2586c
Compare
Choose a tag to compare

Enhancements

  • #25: New Wait-MonocleElement function to sleep until an element is present
  • #26: Get element by JavaScript Selector
  • #27: Allow for a default browser

Drivers

  • #24: Bumps the chromedriver to v80

Monocle v1.1.2

17 Jan 13:24
908c328
Compare
Choose a tag to compare

Bugs

  • #18: Fixes getting element from pipeline in Save-MonocleImage
  • #19: Fixes null check bug in Test-MonocleElement

Monocle v1.1.1

20 Nov 12:10
602aae6
Compare
Choose a tag to compare
  • Chome and IE Driver updates

Monocle v1.1.0

16 Oct 14:32
74c018a
Compare
Choose a tag to compare
  • 2FA support
  • Attribute support
  • Fix for clicking most embedded elements
  • Support for running javascript

Monocle v1.0.0

14 Oct 21:53
4b4824b
Compare
Choose a tag to compare
  • Moves from IE COM Object to Selenium
  • Support cross-platform
  • Supports IE, Chrome, and Firefox
  • Supports Docker