[wtr-general] Re: How to click the ► on the page?

2008-12-02 Thread al3kc
I guess you can click it as a simple cell using class atribute. $browser.cell(:xpath, //[EMAIL PROTECTED] = 'className' ]).click --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Re: How to click the ► on the page?

2008-12-02 Thread Chuck vdL
There was another thread here in the last week on just this same sort of thing. try reading this thread, which I think had sample code and all http://groups.google.com/group/watir-general/browse_thread/ thread/fc0e667e13574a61?hl=en# You'll need to fire the onclick event for that object, you

[wtr-general] Re: How to click the ► on the page?

2008-12-02 Thread wesley chen
Thanks to all of you. In fact, the issue is not so hard. I can't cope with the problem just because, I didn't tell from the 'cell' and 'table', I misunderstood that, the 'cell' can be replaced by 'table' all the time. Both the two method below can work: ie.cell(:id,/td0/).click