[wtr-general] Re: how do i check ads/images present on the web page and loading fine

2009-04-27 Thread yogesh khandelwal
-- Thanks, Yogesh Khandelwal AOL Online India Pvt. Ltd. +919886993776 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting

[wtr-general] Re: how do i check ads/images present on the web page and loading fine

2009-04-27 Thread yogesh khandelwal
up, just check the iframe has some valid html If you want to see if the ad functions correctly, maybe loading it into its own page outside of the iframe is the best solution. Especially if they are flash Paul On Mon, Apr 27, 2009 at 9:25 PM, yogesh khandelwal er.yogeshkhandel...@gmail.com

[wtr-general] Re: how do i check ads/images present on the web page and loading fine

2009-04-27 Thread yogesh khandelwal
will struggle to access the contents of the iframe. Its a secrity thing in the browser. Can you get the main page with net/http and then parse that for the urls of the iframes and then open these individually in watir? Paul On Mon, Apr 27, 2009 at 9:46 PM, yogesh khandelwal er.yogeshkhandel

[wtr-general] Re: how do i check ads/images present on the web page and loading fine

2009-04-27 Thread yogesh khandelwal
it easily with watir other wise Paul On Mon, Apr 27, 2009 at 10:11 PM, yogesh khandelwal er.yogeshkhandel...@gmail.com wrote: how do i get the url of the iframe? if you can tell me how we can get the url than i can parse it using net/htpp. Also for flash,.click() method doesnot work. Thanks