LearnBoost / soda

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

accessing document content in nodejs #22

Open sirpy opened 13 years ago

sirpy commented 13 years ago

how do I transfer document html/elements html to use inside nodejs? (ie from browser/selenium to nodejs variables). i've tried using browser.storeHtmlSource(x).end() but if x is not defined in nodejs it throws an exception. and if x is defined, it's value isn't changed.