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%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]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
