issues with script

0 views
Skip to first unread message

srik

unread,
Jul 29, 2009, 1:16:09 AM7/29/09
to iTest2, hi...@agileway.com.au
Hi Zhiminzhan,

This is srikanth new user of iTest2. My user name is "Nexstar
Broadcasting" I am using licence version.please give a solution as
possible as.

I am facing problem with FireFox, in firefox select_list not
identifying properly.

my scripts like:

1)browser.select_list(:name, "access").set "#{accesslev}"

it identifying with IE Explorer but not with FireFox.

2) browser.area(:id, "extra_info").set "#{extrainfo}"
it identifying with FireFox but not with IE Explorer.

Please help me regarding the same.
thanks
Srikanth.

Zhimin

unread,
Jul 29, 2009, 5:13:30 AM7/29/09
to iTest2

Srikanth,

There are differences between Watir and FireWatir.

> 1)browser.select_list(:name, "access").set "#{accesslev}"

For Firefox,
browser.select_list(:name, "access").select "#{accesslev}"

> it identifying with IE Explorer but not with FireFox.
>
> 2) browser.area(:id, "extra_info").set "#{extrainfo}"
> it identifying with FireFox but not with IE Explorer.

In rWebUnit,
enter_text("area_name", "text")
works on Firefox and IE.

Cheers,
Zhimin
Reply all
Reply to author
Forward
0 new messages