This build has a few significant improvements. It now uses Rhino 1.6R2 as its Javascript engine.
NOTE that this and further builds need Java 1.5 or greater.
* API _near, similar to _in has been added. Any element can be found relative to another by using _near.
Eg.
_checkbox(0, _near(_span("user name 1")))
_link("delete", _near(_span("user name 1")));
* All Sahi accessor API calls can be set to variables now.
Eg.
can be written now as
_click(_link("click me"));
$ln = _link("click me");
_click($ln);
* Check for visibility of elements is now controlled via element.visibility_check.strict property in sahi.properties. It is set to false by default.
0 comments:
Post a Comment