Hi all, I have test which needs check a flash object is present on a page. I know Watir-webdriver doesn't support flash, but I just need to assert that the flash object exists within a particular div. I have tried the following:
browser.div(:class, 'some_class').element(:id, 'flash_object_id').exists?, but its returning false. Has anyone done something similar , any thoughts on this please? Thanks, Jay -- 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]
