Re: Selenium tests

2007-07-06 Thread Chuck Hill
On Jul 6, 2007, at 9:36 AM, Simon McLean wrote: Try adding pause 5000 Thanks Chuck - That's fixed it. You might now want to experiment with reducing the pause from 5 seconds. Every bit helps the tests run faster! Yes, i'm down to a second and it still work

Re: Selenium tests

2007-07-06 Thread Simon McLean
Try adding pause 5000 Thanks Chuck - That's fixed it. You might now want to experiment with reducing the pause from 5 seconds. Every bit helps the tests run faster! Yes, i'm down to a second and it still works. I've had my first full day of writing tests tod

Re: Selenium tests

2007-07-06 Thread Chuck Hill
On Jul 6, 2007, at 1:53 AM, Simon McLean wrote: On 29 Jun 2007, at 21:38, Chuck Hill wrote: Try adding pause 5000 Thanks Chuck - That's fixed it. You might now want to experiment with reducing the pause from 5 seconds. Every bit helps the tests run faster

Re: Selenium tests

2007-07-06 Thread Simon McLean
On 29 Jun 2007, at 21:38, Chuck Hill wrote: Try adding pause 5000 Thanks Chuck - That's fixed it. I take the hint on attribute ID's :-) Now my tests are growing i haven't got the foggiest idea what i'm looking at !! Simon ___

Re: Selenium tests

2007-06-29 Thread Chuck Hill
ent.forms[0] has no properties Simon On 29 Jun 2007, at 17:50, Chuck Hill wrote: On Jun 29, 2007, at 8:13 AM, Simon McLean wrote: Hi All - I have some selenium tests that work when I "walk" through them, but fail when i "run" through them. Has anyone else seen this

Re: Selenium tests

2007-06-29 Thread Simon McLean
nt.forms[0].elements[0] | test | * [info] Executing: |clickAndWait | document.forms[0].elements [1] | | * [error] document.forms[0] has no properties Simon On 29 Jun 2007, at 17:50, Chuck Hill wrote: On Jun 29, 2007, at 8:13 AM, Simon McLean wrote: Hi All - I have some seleniu

Re: Selenium tests

2007-06-29 Thread Chuck Hill
On Jun 29, 2007, at 8:13 AM, Simon McLean wrote: Hi All - I have some selenium tests that work when I "walk" through them, but fail when i "run" through them. Has anyone else seen this behavior ? Any known workarounds ? Thanks, Simon ps. i am using Selen

Re: Selenium tests

2007-06-29 Thread Kieran Kelleher
What does the error on the failed line say? On Jun 29, 2007, at 11:13 AM, Simon McLean wrote: Hi All - I have some selenium tests that work when I "walk" through them, but fail when i "run" through them. Has anyone else seen this behavior ? Any known workarounds ? Tha

Selenium tests

2007-06-29 Thread Simon McLean
Hi All - I have some selenium tests that work when I "walk" through them, but fail when i "run" through them. Has anyone else seen this behavior ? Any known workarounds ? Thanks, Simon ps. i am using Selenium IDE with chuck's wolocators.js IDE e