in reply to Re^2: MozRepl cleanup problem
in thread MozRepl cleanup problem
All the data you pull out of Firefox as HTML elements (through the ->xpath method or the ->selector method, for example), keeps the bridge into Firefox alive. So you need to make sure you don't have any more such objects lying around when you want a clean exit (or you just ignore the warning messages).
I'm not sure why the script would hang at the second round. Maybe the site does not load some data it loads on the first round. You'll have to debug the behaviour of the site when automating it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: MozRepl cleanup problem
by giantpanda (Initiate) on Oct 30, 2010 at 17:41 UTC | |
by Corion (Patriarch) on Oct 31, 2010 at 09:12 UTC | |
by giantpanda (Initiate) on Nov 01, 2010 at 13:26 UTC | |
by Corion (Patriarch) on Nov 01, 2010 at 22:45 UTC | |
by giantpanda (Initiate) on Nov 02, 2010 at 12:42 UTC | |
|