On Wed, Mar 3, 2010 at 10:30 AM, Tweek <[email protected]> wrote: > Hi, > > I'm writting Selenium tests with Scala JUnit. > > The problem is when i try to put value in SHtml.ajaxText field. > Selenium RC doesn't call my js function from this ajaxText. >
Not sure exactly what you mean by the above, but IIRC, the ajax request is not triggered by simply setting a value in a field but when you exit the field (onBlur). Also note that the fields usually get a unique id for each new page view. To get stable identifiers you should run in test mode (see the list for details) I'll be interested in your results as we probably have to do something similar soon :-) /Jeppe -- You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en.
