On Wed, May 25, 2011 at 5:24 PM, barz1 <mbarsz...@yahoo.com> wrote:
> Thanks for the response, I apologize for the unclear post, but I guess
> I mean, for instance say I click the search button on my gwt
> application and it returns a page of search results that are pulled
> from the server. I am interested in writing a script in which I can
> mimic such a server request and then download the search results to
> save into a text or csv or something along those lines. I hope this
> clears it up some.

A browser plugin like firebug for firefox [1] or Safari's or Chromes'
built in inspect functions might do the job...

Best,


Raphael


[1] https://addons.mozilla.org/en-US/firefox/addon/firebug/

>
> On May 25, 11:08 am, David Chandler <drfibona...@google.com> wrote:
>> GWT apps manipulate the browser's DOM directly via Javascript, so there is
>> no HTML layout. Is that what you mean by "page content"? However, you can
>> use the Snapshot Firefox extension to save the DOM structure at a given
>> point in time as an HTML file.
>>
>> HTH,
>> /dmc
>>
>>
>>
>> On Wed, May 25, 2011 at 10:47 AM, barz1 <mbarsz...@yahoo.com> wrote:
>>
>> > The company I work for is switching its front end to a gwt application
>> > and I was wondering if it is possible to write a script (whether with
>> > bash and wget or cURL, or java or anything) that enables me to
>> > download the actual content of the gwt web application. Because right
>> > now if I try with a command such as wget I just download a page with
>> > some javascript functions, but none of the actual page content (what I
>> > am interested in). I am on the QA side so I guess I am wondering if it
>> > is possible to perform such a task without having direct access to the
>> > developers code. Thanks!
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups
>> > "Google Web Toolkit" group.
>> > To post to this group, send email to google-web-toolkit@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > google-web-toolkit+unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> >http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>> --
>> David Chandler
>> Developer Programs Engineer, Google Web Toolkit
>> w:http://code.google.com/
>> b:http://googlewebtoolkit.blogspot.com/
>> t: @googledevtools
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to