Did the "type" command work for you? keyType actually consists of a series
of key events such as keyUp and keyDown. Or do you have some JavaScript
event handlers attached to the textarea? Could you post your UI module
definition and the html snippet for textarea? To rule out the locating
problem, it is always good to call

diagnose(uid)

on the problematic UI to make sure the textarea can be found correctly.

Have you tried pure Selenium to see if it works? For instance, use Selenium
IDE?

Thanks,

Jian

On Fri, Oct 1, 2010 at 4:30 PM, Rudy Bonefas <[email protected]> wrote:

> I tried useTelluriumAPI(false) in my DSLContext, didn't work.
> I tried useTelluriumEngine(false) in my test setup, did'nt work.
> and I tried useCssSelector(false) in my test setup, didn't work.
>
> For further clarification, I'm trying to keytype into a textarea
> element as opposed to an inputbox.
>
> On Oct 1, 9:30 am, Jian Fang <[email protected]> wrote:
> > Are you using the Selenium Wrapper mode, i.e., called
> > useTelluriumEngine(false)? If not, please try that.
> >
> > You can try to switch between XPath and CSS selector with the command:
> >
> > useCssSelector(boolean isUse)
> >
> > to see if it works. IE is difficult to test because it builds the DOM
> > differently. The Selenium Wrapper mode
> > actually calls Selenium APIs and hope it works for you.
> >
> > I will add the controlKeyDown method to 0.8.0 snapshot soon to see if
> that
> > helps.
> >
> > Thanks,
> >
> > Jian
> >
> >
> >
> > On Thu, Sep 30, 2010 at 5:38 PM, Rudy Bonefas <[email protected]>
> wrote:
> > > From searching the discussion board, I noticed that others are having
> > > problems with the keyType event not being processed by IE.
> >
> > > Is there a fix or workaround for this?
> >
> > > Also, using ctrl-key via
> >
> > > customDirectCall 'controlKeyDown', null
> >
> > > does not work in IE either.
> >
> > > I'm running IE7 with the Sept 5th 0.8.0 build of tellurium core.
> >
> > > --
> > > 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]<tellurium-users%[email protected]>
> <tellurium-users%2Bunsubscribe@ googlegroups.com>
> > > .
> > > 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]<tellurium-users%[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.

Reply via email to