selenium
when trying to call a function on the webpage in e.g. assertEval use
this.browserbot.getUserWindow().myfunction()
This will work both in selenium IDE and via selenium-server.
this.browserbot.getUserWindow().myfunction()
This will work both in selenium IDE and via selenium-server.