Hi everybody,
I'm using for my application webdriver with Firebug/NetExport.
NetExport is started with the automatic export option set to true.
I work on an ubuntu 10.04, with firefox 10.05 esr, firebug 1.9.2
I'm facing a several problems.
1) With the automatic export option set to true, I expect a new
archive is created each time a new page is reached from my webdriver
sequence. When my webdriver sequence is finished, I close the driver
(and so the browser). But depending on the size of the last loaded
page, netExport may have exported yet before the browser is closed. Is
it possible for netExport to intercept the close event and wait for
the end of the copy of the last archive before the browser is
effectively closed.
2) Let's consider that sequence :
- open the google page
- type "something" in the search form
- see the result page.
In this case, netExport only exports one archive which is the google
search page. The result page is not archived. Why?
3) In some cases (
bbc.co.uk) for example, netExport export 2 or more
archives for the same page. They both correspond to the current page
but the first one seems to be truncated and the pageTimings values are
set to -1 (for both property "onLoad", and "onContentLoad".
How can we explain that? can we avoid this behaviour and be sure one
and only one is created for each displayed page?
Thanks in advance
Regards
Koj