- We have added support for HTML5 elements, so, for example,
is identified by Sahi as:
_numberbox("myId")
- Proxy switching on IE has become a little better
- _collect and _count have been added.
Eg.
[code]_assertEqual(5, _count("_link", "View Details"));[/code]
and
[code]var $els = _collect("_link", "/View/");
var $len = $els.length;
_assertEqual(5, $len);
_assertEqual("View Details", _getText($els[0]));
[/code]
- Ignorable ids made a user modifiable property in sahi.properties/userdata.properties. So if you have a new framework which generates ids in a definite pattern, you can ask Sahi to not use them as identifiers for accessors.
Look at recorder.ignorable_ids.pattern in sahi.properties - Checkbox simulation has fluctuated a bit in the last few builds of
Chrome. Sahi now assumes Chrome 10+ as default. This is modifiable in
sahi.properties
[code]simulation.chrome.explicit_checkbox_radio_toggle=true[/code]
Change to false if the checkboxes seem to toggle back to original state.
Download the latest version from here:
https://sourceforge.net/projects/sahi/files/
and do spread the good word.
You can tweet about it, or like us on Facebook or write a blog post about it.
Wish you happy productive testing!