|
Notes:
In this version I have added support for multiple objects with the same name, as happens when using for instance repeaters. But a simple heads up is in order, because with a Flex applications and the hierarchy of children the children of a repeater is also the children of the parent of the repeater. So when writing tests one should always use the repeater as the closest parent, as follows:
@ie.repeater("name").button("buttonName")[0].click
Changes:
Added support for multiple objects with the same name, as with repeaters.
|