se-interpreter icon indicating copy to clipboard operation
se-interpreter copied to clipboard

storeEval window

Open ghost opened this issue 10 years ago • 1 comments

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?

ghost avatar Nov 20 '14 23:11 ghost

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.

Zarkonnen avatar Nov 26 '14 10:11 Zarkonnen