I am running watir-webdriver on Win7, IE8. How do I check watir-webdriver
version?

I have tried executing the click command a few times in a row, but it still
only fires without response from the app. I made sure my dev tool on IE is
closed and all other windows were minimizes not to interfere with the
process.

Let me know if you need additional info on my environment. Thanks you for
the help!

On Wed, Nov 16, 2011 at 1:47 PM, Chuck van der Linden <[email protected]>wrote:

> On Nov 16, 11:52 am, jasminaata <[email protected]> wrote:
> > Hi,
> >
> > I have the exact same issue with IE as described above, even though my
> > Security Protected Mode settings are all set to be equal. The web
> > application I am testing is not reacting to the click method, even
> > though it finds the link when I verify with
> > browser.link(:text,"XXX").exist?. It works fine for Chrome and
> > Firefox. I tried using other attributes like xpath, href, class and I
> > got the same issue.
> >
> > I use: browser.link(:text,"XXX").click.
> >
> > Thank you for your help!
> >
> > Jasmina
>
> A few more details might be handy
>
> OS platform?
> IE version?
> Since you mention Chrome and Firefox I presume is is Watir-Webdriver?
> If so what version?
>
> lastly, I've noticed a few instances as I've been working on scripts
> from IRB where click seems to fire (as in I get no error)  but nothing
> happens, however if I fire it again then stuff works..  I'm still
> trying to find a pattern here but one of my suspects is having the
> developer tools open.. So I'm wondering if that's the case for you
> (are the dev tools open) or not?
>
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> [email protected]
> http://groups.google.com/group/watir-general
> [email protected]
>

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

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to