I run all my tests in Firefox and after running them for a day I find
that Firefox uses a lot of ram, to a point which firefox will crash.
I'm not sure why this happens. If someone has the solution please let
me know.
Best Regards!
Ideally, please reduce your script to the bare minimum that is
required to reproduce the problem, then post the source here.
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
I never call WebDriver.quit() its just keep on going in an endless
loop. Although adding WebDriver.quit() I think will fix my problem. If
I'm not mistaking there was something in Selenium which disabled the
"back" feature of firefox which made it use less memory. Is such thing
available in Webdriver?
Regards