Maybe your code is working. Maybe it just doesn't do what you think it should do.
Are you trying to access the checkbox? If so, why not just try something more direct like:
ie.checkbox(:id, /3_1/).flash
ie.checkbox(:id, /3_1/).set
On 22/07/06, VIKASH KUMAR <[EMAIL PROTECTED]> wrote:
<div id="tCt2" dojoType="ContentPane" label="Common" style="width:
760px;">
<div class="permissionList">
<label class="chk" for=""> <input type="checkbox" id="assignedSystemGroups_3_1" class="chk"
name="assignedSystemGroups" value="baseWebAccess" >
Login to Web Application
</label>
</div>
I wanted to click on div having id="tCt2", the below code is not
working:ie.div (:id,"tCt2").flash
ie.div(:id,"tCt2").click
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
