I cannot find the method from Java client API (1.0.1) either. Perhaps you could try some other method to achieve the same goal.
On Wed, Jun 8, 2011 at 9:27 PM, KevinO <[email protected]> wrote: > It is a Related Assertion of the storeEval( script, variableName) > method found here: > http://release.seleniumhq.org/selenium-core/0.8.0/reference.html > > Which I beginning to think is the wrong place for me to be looking. > > On Jun 8, 5:19 pm, Jian Fang <[email protected]> wrote: > > 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. > > -- 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.
