I already wrote a post about this issue but can't seem to find it. Excuse the dup.
I'm having problems getting netExport to auto export HAR files with WebDriver.
I'm running a headless instannce of Firefox 14.0.1 with Firebug 1.10.3, netExport 0.8b22 and FireStarter 0.1a6. All this is runnning on a Vagrant VM (Ubuntu Lucid32) and controlled by Selenium 2.25.0 Firefox Webdriver.
As you can see, I'm allowing for Firefox loading and HAR export with timeouts (tried ranges from 10s to 30s without luck).
Also, I assume the extensions are loading correctly. Apart from getting Firebug token, I haven't been able to defintively confirm that (probably for obvious security reasons).
Lastly, Firefox is exporting logs which leads me to believe the cause is netExport-specific but those logs are unhelpful
> I already wrote a post about this issue but can't seem to find it. Excuse
> the dup.
> I'm having problems getting netExport to auto export HAR files with
> WebDriver.
> I'm running a headless instannce of Firefox 14.0.1 with Firebug 1.10.3,
> netExport 0.8b22 and FireStarter 0.1a6. All this is runnning on a Vagrant
> VM (Ubuntu Lucid32) and controlled by Selenium 2.25.0 Firefox Webdriver.
> As you can see, I'm allowing for Firefox loading and HAR export with
> timeouts (tried ranges from 10s to 30s without luck).
> Also, I assume the extensions are loading correctly. Apart from getting
> Firebug token, I haven't been able to defintively confirm that (probably
> for obvious security reasons).
> Lastly, Firefox is exporting logs which leads me to believe the cause is
> netExport-specific but those logs are unhelpful
> I already wrote a post about this issue but can't seem to find it. Excuse
> the dup.
> I'm having problems getting netExport to auto export HAR files with
> WebDriver.
> I'm running a headless instannce of Firefox 14.0.1 with Firebug 1.10.3,
> netExport 0.8b22 and FireStarter 0.1a6. All this is runnning on a Vagrant
> VM (Ubuntu Lucid32) and controlled by Selenium 2.25.0 Firefox Webdriver.
> As you can see, I'm allowing for Firefox loading and HAR export with
> timeouts (tried ranges from 10s to 30s without luck).
> Also, I assume the extensions are loading correctly. Apart from getting
> Firebug token, I haven't been able to defintively confirm that (probably
> for obvious security reasons).
> Lastly, Firefox is exporting logs which leads me to believe the cause is
> netExport-specific but those logs are unhelpful
> > Then, Firefox updated to v15 and hasn't worked since.
> > Do you know if your solution in the blog post works with Firefox 15? > No, I haven't try it with Firefox 15 yet.
> > I'm trying with v14 right now but will try v13 today.
> > I've also tried without Firestarter but no luck.
> > Lastly, the XPIs don't have to be in a specific location right? > The scenario (described in the blog post) assumes that > firebug-1.9.2.xpi > and netExport-0.8.xpi are available in the same directory as the test > driver.
I solved this (for now) by creating a Firefox profile with profile manager, then pointing webdriver to that profile later. Here are my settings in case they're useful for others:
>> > Then, Firefox updated to v15 and hasn't worked since.
>> > Do you know if your solution in the blog post works with Firefox 15? >> No, I haven't try it with Firefox 15 yet.
>> > I'm trying with v14 right now but will try v13 today.
>> > I've also tried without Firestarter but no luck.
>> > Lastly, the XPIs don't have to be in a specific location right? >> The scenario (described in the blog post) assumes that >> firebug-1.9.2.xpi >> and netExport-0.8.xpi are available in the same directory as the test >> driver.
On Monday, September 24, 2012 11:47:18 AM UTC-7, Telly K. wrote:
> I solved this (for now) by creating a Firefox profile with profile > manager, then pointing webdriver to that profile later. Here are my > settings in case they're useful for others:
>>> > Then, Firefox updated to v15 and hasn't worked since.
>>> > Do you know if your solution in the blog post works with Firefox 15? >>> No, I haven't try it with Firefox 15 yet.
>>> > I'm trying with v14 right now but will try v13 today.
>>> > I've also tried without Firestarter but no luck.
>>> > Lastly, the XPIs don't have to be in a specific location right? >>> The scenario (described in the blog post) assumes that >>> firebug-1.9.2.xpi >>> and netExport-0.8.xpi are available in the same directory as the test >>> driver.
> > > Then, Firefox updated to v15 and hasn't worked since.
> > > Do you know if your solution in the blog post works with Firefox 15?
> > No, I haven't try it with Firefox 15 yet.
> > > I'm trying with v14 right now but will try v13 today.
> > > I've also tried without Firestarter but no luck.
> > > Lastly, the XPIs don't have to be in a specific location right?
> > The scenario (described in the blog post) assumes that
> > firebug-1.9.2.xpi
> > and netExport-0.8.xpi are available in the same directory as the test
> > driver.