LearnBoost / soda

Selenium Node.JS adapter
http://labs.learnboost.com
464 stars 43 forks source link

Added support for the Selenium `store` Accessor #18

Closed xdamman closed 13 years ago

xdamman commented 13 years ago

storing variable is useful http://release.seleniumhq.org/selenium-core/0.8.0/reference.html#storedVars

Not sure why it wasn't part of your accessors. Very trivial change. I've tested it and it works.

Btw, I would be interested in more test examples. How do you architect the code when it starts getting loooooooooong and messy? Thanks!