Nope, Firefox 3.6.x, Firefox 15 and IE8 are okay. But for these two 
browsers I can see that memory increased for each action (click and etc) on 
10-15 mb

Have you tested something on IE9&IE10?

Regarding defect (something the same as I have):
http://code.google.com/p/selenium/issues/detail?can=2&start=700&num=100&q=&colspec=ID%20Stars%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=3918

Regarding example (comment 16 from that defect):

Very simple script (no matter what language you will use, can be adopted on 
watir-webdriver):

driver.get("http://google.com";)
try:
    for i in range(1000):
        el = driver.find_element_by_xpath("//input[@name='q']")
        el.get_attribute('class')
finally:
    driver.quit()


I understand that this thread/group can be not related to webdriver core 
itself, but anyway I want to try my luck here

Appreciate any help

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to