I was digging through and noticed storeEval worked (cool) even though it's not declared (not sure of where the abstraction is yet). I also noticed that in Selenium Builder, I can say return window.someObject in the script config, run it through the Firefox plugin, and have the test pass, but on the Node.js side using this project, window can not be found. Is there planned support for this? Hints on how to make that work?
I was digging through and noticed storeEval worked (cool) even though it's not declared (not sure of where the abstraction is yet). I also noticed that in Selenium Builder, I can say
return window.someObject
in thescript
config, run it through the Firefox plugin, and have the test pass, but on the Node.js side using this project,window
can not be found. Is there planned support for this? Hints on how to make that work?