Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to generate HAR for requests in Page?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rajasankar  
View profile  
 More options Dec 22 2011, 2:17 am
From: Rajasankar <errajasankarc...@gmail.com>
Date: Wed, 21 Dec 2011 23:17:39 -0800 (PST)
Local: Thurs, Dec 22 2011 2:17 am
Subject: How to generate HAR for requests in Page?
Hi All,

I am trying to auto export of HAR for requests when Page is not
refreshed . Is that possible?

In real world example, I want to see the requests in more in Twitter
or More stories in FB. These things will be shown in Firebug net panel
but will not be exported automatically. Can little of bit of tweak
will achieve this?

Thanks for the great tool.

Rajasankar


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Dec 22 2011, 8:08 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Thu, 22 Dec 2011 05:08:35 -0800 (PST)
Local: Thurs, Dec 22 2011 8:08 am
Subject: Re: How to generate HAR for requests in Page?

On Thursday, December 22, 2011 8:17:39 AM UTC+1, Rajasankar wrote:

> Hi All,

> I am trying to auto export of HAR for requests when Page is not
> refreshed . Is that possible?

I don't understand this question.

> In real world example, I want to see the requests in more in Twitter
> or More stories in FB. These things will be shown in Firebug net panel
> but will not be exported automatically. Can little of bit of tweak
> will achieve this?

You can install NetExport (Firebug extension) and set
extensions.firebug.netexport.alwaysEnableAutoExport preference to true.

Then load a page and see a log within your Firefox profile directory

See further prefs for the NetExport extension
http://code.google.com/p/fbug/source/browse/netexport/branches/netexp...

Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raja sankar  
View profile  
 More options Dec 23 2011, 12:59 am
From: Raja sankar <errajasankarc...@gmail.com>
Date: Fri, 23 Dec 2011 11:29:31 +0530
Local: Fri, Dec 23 2011 12:59 am
Subject: Re: How to generate HAR for requests in Page?

Hi Jan,

Thanks for the reply.

I'm working in NetExport+Selenium WebDriver combination. When a new is
loaded or existing page is refreshed, I can get the HAR files in the
destination folder. Works great.

Now comes the trickiest part. If there is no page load, only a div/iframe
load then it is not working. If my understanding is correct, Browser has to
load a page within a timelimit for HAR export the file. Is there any way, I
can export it by calling any commands? Is that possible.

Your help is appreciated.

Rajasankar

ராஜசங்கர்

On Thu, Dec 22, 2011 at 6:38 PM, Jan Honza Odvarko <odva...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Dec 23 2011, 3:51 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Fri, 23 Dec 2011 00:51:05 -0800 (PST)
Local: Fri, Dec 23 2011 3:51 am
Subject: Re: How to generate HAR for requests in Page?

On Friday, December 23, 2011 6:59:31 AM UTC+1, Rajasankar wrote:

> Now comes the trickiest part. If there is no page load, only a div/iframe
> load then it is not working. If my understanding is correct, Browser has to
> load a page within a timelimit for HAR export the file. Is there any way, I
> can export it by calling any commands? Is that possible.

I see

Is Selenium WebDriver able to call also chrome functions? (i.e. API coming
from Firefox extensions)

Here is the function that executes if you pick "Save As" in the Net panel.
http://code.google.com/p/fbug/source/browse/netexport/branches/netexp...

You could also skip the user dialog for picking file name by calling
directly this function that returns HAR string.
http://code.google.com/p/fbug/source/browse/netexport/branches/netexp...

Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raja sankar  
View profile  
 More options Dec 23 2011, 10:04 pm
From: Raja sankar <errajasankarc...@gmail.com>
Date: Sat, 24 Dec 2011 08:34:46 +0530
Local: Fri, Dec 23 2011 10:04 pm
Subject: Re: [har-spec] Re: How to generate HAR for requests in Page?

Thanks for the points. It will be helpful.

I think, WebDriver can do this. I will work on and post the progress. It
will help others too.

Rajasankar
ராஜசங்கர்

On Fri, Dec 23, 2011 at 2:21 PM, Jan Honza Odvarko <odva...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cerebrotecnologico  
View profile  
 More options Nov 5 2012, 2:20 pm
From: cerebrotecnologico <cerebrotecnolog...@gmail.com>
Date: Mon, 5 Nov 2012 11:20:24 -0800 (PST)
Local: Mon, Nov 5 2012 2:20 pm
Subject: Re: [har-spec] Re: How to generate HAR for requests in Page?

Pardon my question. I have never executed scripts through the WebDriver.

How do I execute those functions? I am using the FirefoxDriver.
I am assuming that I need to call firefoxDriver.executeScript() , but I
don't know what parameters I need to send.

-Jorge


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cerebrotecnologico  
View profile  
 More options Nov 5 2012, 2:43 pm
From: cerebrotecnologico <cerebrotecnolog...@gmail.com>
Date: Mon, 5 Nov 2012 11:43:48 -0800 (PST)
Local: Mon, Nov 5 2012 2:43 pm
Subject: Re: [har-spec] Re: How to generate HAR for requests in Page?

In particular, I am interested on calling the function that returns the HAR
string (without generating the HAR file).
I'm using the FirefoxDriver from Java. (Using Firefox 16, netexport 0.9b1,
firebug 1.11.0a5)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »