[wtr-general] how to verify that object tag does not exist with watir-webdriver?

2012-05-04 Thread Dmitry Motrenko
I need to verify that browser that has no flash installed can play video with video tag. So I an need to verify that object does not exist, and video tag exist. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

Re: [wtr-general] how to verify that object tag does not exist with watir-webdriver?

2012-05-04 Thread Ċ½eljko Filipin
On Fri, May 4, 2012 at 10:42 AM, Dmitry Motrenko dmotre...@gmail.com wrote: So I an need to verify that object does not exist, and video tag exist. If that is all, this should probably do it (not tested): browser.object.exists? browser.video.exists? If you provide link to the page or HTML