[wtr-general] Re: Click on links on a dynamic pane

2011-03-17 Thread Chuck van der Linden
Can you show me the code for the click? from the looks of the dom, the original link you click to see the sub- menu, and those menu items, are all 'inside' that table row. I suspect that the challeng is that there are other similar hidden links (at that point) on each of the other table rows, al

[wtr-general] Re: Click on links on a dynamic pane

2011-03-21 Thread Chuck van der Linden
Credit goes to Bret and Brian for choosing Ruby as the language when they first set about to create watir.. However the .parent method is purely a Watir thing, I don't know who came up with the idea of doing that, but it's a GREAT addition to Watir. and just call me Chuck ('van der Linden' is ra

Re: [wtr-general] Re: Click on links on a dynamic pane

2011-03-18 Thread Aravind
Woow Linden Its working fine. Surprised to see that. Thank you very much for your help. Till now i heard about ruby and now i am realising how easy it is. below is the code I used. for i in 3..table.row_count - 1 if table[i][8].text == "APV" table[i][1].link(:index,1).click