Does Selenium support drag and drop functionality? I am basically
working on IE. Some things do not work on IE and they work on Firefox.
Does anybody have a good link for the Selenium API where we can find
all this info?


Thanks,
rex

On Jan 28, 5:43 pm, Daniel Wellman <etl...@gmail.com> wrote:
> I've always usedSeleniumdirectly.  You can start by using theSeleniumIDE to 
> record the script, but for an AJAX application, you'll
> need to tweak the script by hand to add the appropriate waitFor()
> commands (e.g. waitForVisible, waitForElementPresent, etc.) to ensure
> that your script waits for sever commands to complete, windows to
> redraw, etc.
>
> You can decide if you want the tests to run in pure Selenese (the HTML
> table structure created by theSeleniumIDE) or in a host language
> like Java or Ruby usingSeleniumRC.  I prefer writing the tests in
> Java or Ruby instead of Selenese because it's easy for me to edit bothGWTcode 
> andSeleniumtests all from one IDE (IntelliJ, Eclipse,
> etc.), and it's easier to write reusable routines in Java or Ruby than
> in Selenese tables.
>
> If you are having problems using DOM IDs, you might consider using CSS
> selectors instead to locate the items you want.
>
> Cheers,
> Dan
>
> On Jan 28, 2:24 pm, rex <ruchi.malp...@gmail.com> wrote:
>
> > Yes. Exactly. The dynamic id generation is a pain. That is an obstacle
> > in the test development. Does anybody know how to tackle it in
> >Selenium? Also, i repeat my previous question whether to useSelenium
> > alone or with another framework like 'PushToTest'?
>
> > Thanks,
> > Rex
>
> > On Jan 28, 2:36 am, Serge <bse...@bk.ru> wrote:
>
> > > I see one serious problem withSeleniumusing: if you use GwtExt then
> > > all page's ids changes dynamically, so you can't useSelenium's
> > > scripts directly - you have to rewrite it for another methods of
> > > page's widgets determination (f.e. by name, by location and so on).
> > > If anybody know how to force GwtExt to generate ids once it would be
> > > good!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to