Bret, I think we are having some syntactic problems.  I CAN do it manually, by interacting with the page myself.  I'll try and explain the situation since I can't actually give an example.  I am working with a customer service app that has multiple frames, a search bar on the left, a customer frame in the top right, and an invoice frame in the top left.  When a search is issued that can result in multiple people, a popup window is opened containing all the names of possible customers.  When a name is selected, the customer frame is supposed to change to show that specific customer.  When I go through the process myself, it works.  However, when using watir, I can click on the link, but it does not load the customer info in the customer frame.  I could not get it to work directly, so my idea was to take the link URL and load it manually in the frame, but apparently this is not possible, at least not at this time.

Hopefully that helps clear things up.
--Tyler

On 6/1/06, Bret Pettichord <[EMAIL PROTECTED]> wrote:
On 6/1/06, Tyler Prete < [EMAIL PROTECTED]> wrote:
Well I may not even have to deal with it anymore, but how would I change this manually?  I do not have control over the HTML in the page, I am only interacting with it via Watir.

By design, Watir is a tool for automating things that you can do manually. If you don't know how to do it manually, then Watir is probably the wrong tool for you.

Bret


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to