Releases: galenframework/galen
Releases · galenframework/galen
Released version 1.4.3
Implemented #143 Config file is made configurable
Released version 1.4.2
Fixed "resize" function in javascript. It was not working
Released version 1.4.1
Fixed count bug within secondary spec which was introduced in version 1.4.0
Released version 1.4.0
Features:
- #76 Added 'css' spec for testing css properties of page elements
- #25 Custom javascript function in specs. Also improved math parser in parameterized specs
- #86 Added operations 'lowercase' and 'uppercase' to text spec
- #74 Added 'hover' function to GalenPages.PageElement in order to simulate ":hover" style of element
- #73 checkLayout function now allows to use simple string for one tag intstead of array
- #136 GalenPages waitForIt function now also checks that the element is visible
- #128 resize function in javascript API
Bugfix:
Released version 1.3.4
Bugfix for #134
Released version 1.3.3
A fix for page dump. It was crashing when elements were not visible or couldn't be found
Released version 1.3.2
A fix for a page dump giving NullPointerException