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?
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
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:
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)
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.
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)
On Monday, November 5, 2012 11:20:25 AM UTC-8, cerebrotecnologico wrote:
> 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
> On Friday, December 23, 2011 7:04:46 PM UTC-8, Rajasankar wrote:
>> 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 <odv...@gmail.com>wrote:
>>> 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.