Re: [Wtr-general] Drag and Drop

2006-09-08 Thread David
If I did mouse down and mouse up commands somehow, couldnt I in theory figure out a way to drag and drop? - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=4005messageID=11073#11073

[Wtr-general] Drag and Drop

2006-08-18 Thread Max Russell
Hi Andy- The code Im actually testing against uses both the script.aculo.us and rico libraries, so possibly I need to dig into rico a bit more. What I am surprised at is that I can actually identify the div (through the flash method) and the can see the first click working. Ive

[Wtr-general] Drag and drop

2006-08-17 Thread Max Russell
Hi there- I have been looking at calling _javascript_ and manipulating the DOM in order to drag drop some images: I am working of an example I found here: zbarzone.blogspot.com/2006/05/drag-and-drop-with-watir.html Code looks like this require 'test/unit' require 'watir'

Re: [Wtr-general] Drag and drop

2006-08-17 Thread Andy Sipe
To: wtr-general@rubyforge.org Subject: [Wtr-general] Drag and drop Date: Thu, 17 Aug 2006 14:39:53 +0100 Hi there- I have been looking at calling javascript and manipulating the DOM in order to drag drop some images: I am working of an example I found here: zbarzone.blogspot.com/2006/05/drag