se-interpreter
se-interpreter copied to clipboard
storeEval window
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?
Surprised it doesn't work, as the JS should just get executed in the browser context. Can you post an example script? I'll have a look.