Re: [Selenium-users] /Extension/ flow control: goto, while, etc.

2006-01-13 Thread Frédéric Buclin
Availiable at http://wiki.openqa.org/display/SEL/flowControl. Implemented commands include: * gotolabel - Unconditional jump I have added the functions from your user-extensions.js into mine and running TestGotoForward.html returns: The error message is: Unknown command: 'gotolabel'. :(

Re: [Selenium-users] /Extension/ flow control: goto, while, etc.

2006-01-13 Thread Frédéric Buclin
hum... forget it, now it works. I had to reload the file. :-[ great feature! ___ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

[Selenium-users] How to select a particular checkbox within a table?

2006-01-13 Thread Paatsch, Bernd
Title: How to select a particular checkbox within a table? I like to select one particular checkbox. The only reference I have is the name first or second as you can see in the html sample code. The value attribute unfortunately is driven by an database and changes. Therefore I can not say

Re: [Selenium-users] Test result logs?

2006-01-13 Thread Dan Fabulich
Paatsch, Bernd wrote: Where can I find the logs that are generated during a test run? In the pure-JavaScript mode, the logs are only generated if you click on the Show Log button prior to launching your tests. The logs are written directly into that window. In Driven mode, it's up to the

RE: [Selenium-users] Test result logs in test runner mode

2006-01-13 Thread Paatsch, Bernd
Title: RE: [Selenium-users] Test result logs in test runner mode When I like to generate reports in test runner mode I would have to change the source code then? Or is there any other way? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dan Fabulich

[Selenium-users] Test runner mode compared to driver mode

2006-01-13 Thread Paatsch, Bernd
Title: Test runner mode compared to driver mode Hello, Test runner mode is great. It just plain works. So I went to see how the driven mode is and I just translated the script I had from the runner mode into the driven mode. However trying to login to the web site I get The system could