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

2006-01-16 Thread Paatsch, Bernd
PROTECTED] Subject: Re: [Selenium-users] Test runner mode compared to driver mode Paatsch, Bernd wrote: > 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. Ho

[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 n

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

2006-01-13 Thread Paatsch, Bernd
Sent: Friday, January 13, 2006 3:26 PM To: selenium-users@lists.public.thoughtworks.org Cc: [EMAIL PROTECTED] Subject: Re: [Selenium-users] Test result logs? Paatsch, Bernd wrote: > Where can I find the logs that are generated during a test run? In the pure-_javascript_ mode, the logs

[Selenium-users] Test result logs?

2006-01-13 Thread Paatsch, Bernd
Title: Test result logs? Hello, Where can I find the logs that are generated during a test run? Thanks, Bernd ___ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/s

RE: [Selenium-users] How to select a particular checkbox within a table? javascript attempted

2006-01-13 Thread Paatsch, Bernd
Title: How to select a particular checkbox within a table? I am not a java programmer but I believe I can solve my problem extending selenium's ser-extensions.js with following code:   What do the _javascript_ people think about the code option? Selenium.prototype.findGroupCheckBox(text) { 

[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 s

[Selenium-users] install

2005-12-20 Thread Paatsch, Bernd
Title: install Hello, I am new to selenium and try to figure out if the tool will work for me. Selenium has to be installed on the web-server in the same folder as where the application resides? If this is correct then I could not use selenium if I do not have access to the server? Thank