[Wtr-general] Unable to Click on tab - any workaround??

Anil Kumar Das anil.kumar.das at gmail.com
Tue Apr 18 16:17:28 EDT 2006


I have a web application for SALES ORDER Module....

-------------------------------------
Order Detail | Parties |Line Items
-------------------------------------
Onclick of order detail application opens 10-20 fields to add order
information, party tab shows 10-20 fields to enter party information and
Line Items shows fields to enter product details
When I saw source code of this web page I found  ..
displayZerothTab,displayFirstTab,displaySecondTab were the variables which
takes values of onClick from user action

I tried all possible following combination but couldn`t solve this issue
# $ie.link(:url, "").click
# $ie.button(:name, "").click
$ie.image(:src, "").click
$ie.link(:text, "").click
$ie.image(:text, "").click
$ie.link(:scr,"").click
$ie.link(:url, "").click
$ie.attach(:title,"").click

with displaySecondTab & Line Items (lebal of this tab)

I was wondering if there is any workaround for clicking "Tab" like
button,image,url etc in watir??
Waiting for reply
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20060418/d7413316/attachment.html 


More information about the Wtr-general mailing list