[wtr-general] Re: Need support in using POST method in RUBY

2011-03-06 Thread Ashu
hi, Actually there was no need of POST in this case as my problem got resolved by including sleep statements. Thanks alot for the support and guidance. This forum has truly helped me sought out numerous issues. Thanks. On Mar 4, 10:58 pm, Chuck van der Linden sqa...@gmail.com wrote: Monitoring

[wtr-general] Contains Text

2011-03-06 Thread Soori
All, I would like to search for a text My Engineering Services on a webpage. This can be a link too. Should I use contains_text method or text_include method? Please advice. /soori -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

Re: [wtr-general] Contains Text

2011-03-06 Thread Wesley Chen
You may try: ie.text.include?(***) Wesley. For life, the easier, the better. On Mon, Mar 7, 2011 at 1:18 PM, Soori sure...@gmail.com wrote: All, I would like to search for a text My Engineering Services on a webpage. This can be a link too. Should I use contains_text method or