0.7.3
Released Released on June 16, 2015
Features:
.select()will now output a command log..select()will now haveclick/focusevents fired on itself and the selected options (as per the pec)..select()is now inline with the otherActioncommands and will retry until the element naturally becomes selectable.
Bugfixes:
Actioncommand options are now properly formatted, instead of sayingObject{4}they will display the overridden default options - ie:force,timeout,interval.Sending
{force: true}toActioncommands will no longer error out if the element is not visible. Forcing the action to take place now correctly removes all error checking prior to issuing the action and events.
Misc:
Removed stack traces on
AssertionErrorsin the console since those come fromchaiand are basically useless.