Capturing text from Firefox

2013-10-17 Thread Look, Yuriy
Hi, I am working on GUI automation component of a performance monitoring product. One of the common approaches to monitoring application is periodically capture text from the control where changes are expected (content area of the browser for Web applications). Text capturing ideally captures

RE: Capturing text from Firefox

2013-10-18 Thread Look, Yuriy
Benjamin, Thank you very much for the answers. We'll need to way our options. Thank you, Yuriy -Original Message- From: Benjamin Smedberg [mailto:benja...@smedbergs.us] Sent: Friday, October 18, 2013 8:55 AM To: Look, Yuriy; dev-platform@lists.mozilla.org Subject: Re: Capt

17.0.11 and 24.1.1 XULRunner?

2013-11-20 Thread Look, Yuriy
Hi, On or around November 13 2013 Firefox of versions 25.0.1, 24.1.1 ESR and 17.0.1 ESR were rereleased, along with XULRunner 25.0.1, but not for ESR versions. My question is was any incompatibilities between Fx and XULRunner introduced with these releases, and if so, did those incompatibiliti

nsIBrowserDomWindow question

2013-11-22 Thread Look, Yuriy
Hi, nsIBrowserDomWindow does not get recognized in C++ code, even though nsIBrowserDomWindow.h is #included. Do I need to do anything differently compare to other interfaces? Thank you in advance, Yuriy Look | Software Developer | Compuware APM yuriy.l...@compuware.comĀ 

RE: nsIBrowserDomWindow question

2013-11-24 Thread Look, Yuriy
Please disregard the message I've sent earlier (below). I so far ended up not using the class. -Original Message- From: Look, Yuriy Sent: Friday, November 22, 2013 8:32 PM To: dev-platform@lists.mozilla.org Subject: nsIBrowserDomWindow question Hi, nsIBrowserDomWindow does no

nsIDocument::GetDocShell is not present in any Gecko 31/Windows .lib files

2014-08-19 Thread Look, Yuriy
Hi, I am building my code against Gecko 31 for Windows and a public C++ method nsIDocument::GetDocShell defined in include\nsIDocument.h on line 1188 does not get resolved by Visual Studio 2010 linker. This is the only one that does not get resolved for me, even though my code uses quite a few

RE: dev-platform Digest, Vol 103, Issue 47

2014-08-19 Thread Look, Yuriy
Thank you, Boris, this explains my problem. On Tue, 19 Aug 2014 15:10:38 -0400 Boris Zbarsky wrote: >On 8/19/14, 2:52 PM, Look, Yuriy wrote: >> I am building my code against Gecko 31 for Windows and a public C++ method >> nsIDocument::GetDocShell defined in include\nsIDocument