How to access this Html element in FireWatir
< div id="host-a-meeting"/ >
How to access the above in Wat开发者_运维问答ir.
browser.div(:id,"host-a-meeting").flash
replace .flash with whatever method is needed to 'access' the item (click, firevent, etc)
精彩评论