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