On Fri, May 4, 2012 at 10:42 AM, Dmitry Motrenko <[email protected]> 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 sample, I could be more specific. Željko -- watir.com/book - author -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
