Show us the HTML for the row. (or the entire table even)

are you sure you are clicking on the 'row' per say and not perhaps
some object IN the row, or a Cell in the row?

On Jun 3, 11:57 am, a b <cristina.watir.toro...@gmail.com> wrote:
> I am using firewatir.
>
> The following code line is working and returning the correct data.
> puts $browser.table(:id, "macsearchres").row(:index => 5).text.to_s
>
> I have to click on the row and I've try the following::
>  $browser.table(:id, "macsearchres").row(:index => 5).fire_event("onFocus")
>  $browser.table(:id, "macsearchres").row(:index => 5).fire_event("onclick")
>  $browser.table(:id, "macsearchres").row(:index =>
> 5).fire_event("onmousdown")
>
> nothing happened.
>
> I in a process to move to "watir-webdriver". I have different issues to make
> them working in order to reach the step above[to click on a table row.]
>
> On Fri, Jun 3, 2011 at 8:55 AM, Francisco Diaz Trepat - gmail <
>
>
>
>
>
>
>
> francisco.diaztre...@gmail.com> wrote:
> > I think he should be using watir-webdriver because of the new firefox and
> > also because the method fire_event works on the firewatir implementation.
>
> > Is this correct?
>
> > f(t)
>
> > On Thu, Jun 2, 2011 at 5:43 PM, Željko Filipin <
> > zeljko.fili...@wa-research.ch> wrote:
>
> >> Are you using firewatir or watir-webdriver gem?
>
> >> Zeljko
>
> >> On Thursday, June 2, 2011, a b <cristina.watir.toro...@gmail.com> wrote:
> >> > Hi all,
>
> >> > do you know where I can find the information related to
>
> >> > how to use fire_event on firefox.
>
> >> > I an using it and I am receiving an error message.
> >> > Searching the examples we can see that fire_event is now working with
> >> firefox; but the posts are ols.
>
> >> > Is the fire_event working on firefox?
>
> >> > Best regards,
> >> > Cristina
>
> >> > --
> >> > Before posting, please readhttp://watir.com/support. In short: search
> >> before you ask, be nice.
>
> >> > watir-general@googlegroups.com
> >> >http://groups.google.com/group/watir-general
> >> > watir-general+unsubscr...@googlegroups.com
>
> >> --
> >> Before posting, please readhttp://watir.com/support. In short: search
> >> before you ask, be nice.
>
> >> watir-general@googlegroups.com
> >>http://groups.google.com/group/watir-general
> >> watir-general+unsubscr...@googlegroups.com<http://groups.google.com/group/watir-generalwatir-general+unsubscribe...>
>
> >  --
> > Before posting, please readhttp://watir.com/support. In short: search
> > before you ask, be nice.
>
> > watir-general@googlegroups.com
> >http://groups.google.com/group/watir-general
> > watir-general+unsubscr...@googlegroups.com

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to