The main dhtml menu is pretty straighforward using Watir 1.5.1:

require 'watir'
include Watir

ie = IE.start('http://www.ceridian.com/')
ie.table(:id, 'STM0_0__5___').fire_event('onmouseover')
ie.cell(:id, 'STM0_5__1___MTD').click

-Charley

On 4/30/07, Paul Rogers <[EMAIL PROTECTED]> wrote:

not really,

I dont want to have to go through all the stuff on your web site.

I'm happy to try and help, but I need to see the HTML you are trying to
access, the code you are using, and any exceptions that occur

Paul

----- Original Message -----
From: Anna <[EMAIL PROTECTED]>
Date: Monday, April 30, 2007 11:18 am
Subject: Re: [Wtr-general] Watir - Scrpting issues with Dynamic HTML

> paul,
>
> Example website is --> www.ceridian.com
> >From there we have DHTML menus available. you can pick any menu
> items. i hope this helps to direct me.
>
> Thanks,
>
> Anna
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to