- [REVERT BREAKING] Revert: "Fixes rootElement to match that of
this.$()[0]
"
- [BREAKING] Fixes rootElement to match that of
this.$()[0]
- [ENHANCEMENT] Add support for content editable elements in the
fillIn
helper.
- [BUGFIX] Better check the existence of a tabindex attribute on the element.
- [BUGFIX] Non-focusable-by-default elements (p.e.
<div>
) are now focusable if they have tabindex.
- [FEATURE]
find()
invoked with no argument now returns the root element.
- [FEATURE] New
waitFor(selector, options)
helper, convenience for the most common cases ofwaitUntil
.
- [BUGFIX] Support passing
document
andwindow
to helpers - [BUGFIX] Early exit
waitUntil
polling if the condition is true immediately.
- [BUGFIX] Fix problem
selectFiles
on browsers that considerFileList
s readonly (which they all should)
- [BREAKING] Change return value of
findAll
to be anArray
(instead of aNodeList
).
- [BUGFIX] Allow
click
to receive a context element as second argument like the defaultclick
helper from Ember does. If a context element is provided, the options object can be passed as third argument.
- [BREAKING] Remove deprecated import paths.
- [ENHANCEMENT] Rework of
focus
/blur
andkeyEvent
to mostly work when the browser is not focused.