v22.2.0
Added
- New command: Mouse single click on a element with a specific id
commands.mouse.singleClick.byId(id)
andcommands.mouse.singleClick.byIdAndWait(id)
#2135. - New command:
commands.wait.byIdAndVisible(id, maxTime)
- wait for an element with id to become visible #2137.
Fixed
- Make sure errors are correctly logged if you cannot add text to element #2136.