Re: Simulating clicks on the DOM node of the GMAIL page.
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Amit Saurav wrote: > Here xCor and yCor are the position where I want to click. But still > it does not work and i get an exception saying: > Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) > [nsIDOMWindowUtils.sendMouseEvent] Are you calling this on a window that doesn't have a presentation (e.g. an <iframe> which has display:none or some such)? -Boris