I didn't find waitForEval method from Selenium API (JavaScript API). Which version of Selenium has that method?
On Tue, Jun 7, 2011 at 11:37 AM, KevinO <[email protected]> wrote: > I am attempting to run the following test: > > @Test > public void ourTest(){ > Object[] theObject = new Object[1]; > theObject[0]="theWindow"; > gsm.customDirectCall("waitForEval", theObject); > } > > Other test around this test are running correctly but this test give > the following error: > > message: Invalid selenium command doWaitForEval, name: Error, > filename: http://localhost:5554/selenium-server/core/scripts/htmlutils.js, > linenumber: 814. > > What am I missing here? > > Thanks, > Kevino > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
