show/hide this revision's text 3 edited tags
show/hide this revision's text 2 tags and title

Is it possible to use Selenium IDE How to run a script already embedded in the page in Selenium IDE?

show/hide this revision's text 1

Is it possible to use Selenium IDE to run a script already embedded in the page?

I'm testing a page with Selenium IDE and want to execute a method already in the page. I've tried getEval(window.name.space.function()) but it just returns window.name is undefined. Is this possible?