[Wtr-general] problem in click event of "div"
Paul Carvalho
tester.paul at gmail.com
Sat Jul 22 01:07:46 EDT 2006
Hi Vikash,
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 <vikashkumar051 at yahoo.co.in> wrote:
>
>
> <div id="tCt2" dojoType="ContentPane" label="Common" style="width:
> 760px;">
> <div class="permissionList">
>
> <label class="chk" for="assignedSystemGroups_3_1">
> <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
> *
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20060722/b7c4ff20/attachment.html
More information about the Wtr-general
mailing list