On Thursday, May 17, 2012 12:02:50 AM UTC-7, Srinivas wrote: > > Thanks for your suggestions! > > I tried to open that element by right click the element in HTML tab, but i > am getting only following options: > > Zoom In > > Show All > > Quality > > Print > > Global Settings > > About Adobe flash settings. > > Any other ideas please? > > Thanks > > SaroSini > Note: This element is an Flash object element. >
Flash elements do not expose their internals to the DOM and are not accessable to watir or webdriver based tools. You can click the element, but that is just clicking on the entire flash item, so usually that does not work. For flash based stuff your best bet is to look at something like Sikuli that is image based. A number of users use this in combination with watir or watir-webdriver to work with sites that have flash based controls or mini-apps embedded within the page. http://sikuli.org/ > > On Wednesday, May 16, 2012 2:54:48 PM UTC+5:30, Željko Filipin wrote: >> >> On Tue, May 15, 2012 at 2:40 PM, Srinivas wrote: >> > I tried to click an div tag element using its class name in Firefox >> > browser and it was not triggered. >> >> This could help: >> >> >> http://stackoverflow.com/questions/3787555/how-to-find-out-which-javascript-events-fired >> >> Ž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]
