1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara/selenium
Jonas Nicklas 90d37dbc2d Don't memoize attributes, see #819
instead cache type and tag name in local variables at the beginning of set. Attributes can change, it's not a good idea to memoize them. This way we get the same performance benefit without the undesired side-effects.
2012-10-26 15:16:57 +02:00
..
driver.rb Rescue StaleElementReferenceError 2012-09-11 15:06:13 +03:00
node.rb Don't memoize attributes, see #819 2012-10-26 15:16:57 +02:00