If the methods are not exposed in DslContext, we will add them later. For the time being, you can call the following method
def customDirectCall(String method, Object[] args) to pass in any Selenium commands. On Tue, Sep 28, 2010 at 10:14 AM, Rudy Bonefas <[email protected]> wrote: > Thanks, now how do I call these methods from a UIModule? > > On Sep 28, 9:35 am, Jian Fang <[email protected]> wrote: > > Selenium provides the following methods for the control key, > > > > /** Press the control key and hold it down until doControlUp() is called > or > > a new page is loaded. > > */ > > void controlKeyDown(); > > > > /** Release the control key. > > */ > > void controlKeyUp(); > > > > Thanks, > > > > Jian > > > > > > > > On Mon, Sep 27, 2010 at 5:51 PM, Rudy Bonefas <[email protected]> > wrote: > > > I'm selecting multiple items in an Ext DataView using the click > > > method. Is there a way to tell the selenium to click but with the ctrl- > > > key modifier so that I can do multi select? > > > > > -- > > > 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.
