Hello,
I would like to install selenium on both a linux box (fedora 3) and a
macOSX box (ibook) to test web apps running on remote servers. I've
downloaded selenium-0.5.0 and selenium-0.5.0-ruby but don't know how to
enable the remote testing capability. I'm confused about exactly what
I need -
I've started installing selenium
I just installed Twisted 1.3.0 on my ibook (OSX.3.9, python 2.3) - have
not installed Twisted-Web yet. When I run admin/runtests from the
install directory, I get the following results - Are these failures and
errors acceptable? I've installed pyOpenSSL an
I've started installing selenium
I just installed Twisted 1.3.0 on my ibook (OSX.3.9, python 2.3) - have
not installed Twisted-Web yet. When I run admin/runtests from the
install directory, I get the following results - Are these failures and
errors acceptable? I've installed pyOpenSSL an
Hello again,
I'm still trying to get selenium installed on my ibook (G3, 10.3.9)
python 2.3 - with pyCrypto installed
got selenium from svn - last week sometime
installed twisted 1.3.0
(a few twisted unit tests failed - the twisted-list: use 2.0 - this
list: use 1.3.0 ???)
using firefox 1.0
essage 'Actual value
'/tests/html/test_verifications.html' did not match
'*/tests/html/not_test_verifications.html'' but was 'Actual value
'/selenium-driver/tests/html/test_verifications.html' did not match
'*/tests/html/not_test_verifications.ht
Thanks to everyone who offered help with getting selenium up and
running on my ibook (G3, OSX.3.9).
All the tests ran successfully.
I'm using ruby:
google-test-xmlrpc.rb in the examples directory worked
selenium_example.rb in the ruby directory worked
I've also installed it on
I'm trying to run the following ruby script, patterned after the
selenium_example.rb in the ruby directory - I'm using the latest from
svn on an ibook (OSX.3.9) - all TestRunner tests succeed.
help please
+++
require 'selenium'
selenium = Selenium
is displayed in the browser as:
open(http://localhost:7896/AUT/00A/http/www.google.com/)
NOTE: the TestRunner tests all succeed, as does the google-test-
xmlrpc.rb test
On or about Wed, 14 Sep 2005 16:44:01 -0400
Warren Pollans <[EMAIL PROTECTED]> allegedly wrote:
> I'm trying
not really a problem - I can still write tests in ruby that use the
selenium_server.py server
I'm still a big selenium fan :-)
On or about Thu, 15 Sep 2005 13:06:45 -0400
Warren Pollans <[EMAIL PROTECTED]> allegedly wrote:
> OK, I had mistakenly used '8080' as the por
Hello,
I'm using selenium in driven-mode from ruby.
How can I get the text that exists in an element? When a
verifyTextPresent call fails I'd like to include the text that's
actually present in my error msg. Is the function getText in selenium-
api.js somehow available to me?
Thanks,
Warren
_
Hello,
I defined a function in user-extensions.js - trying to pattern it
after the examples given in user-extensions.js.sample. When I try to use
it, I get the following error. I restarted both selenium-server and
mozilla after editing user-extensions. What have I missed? I'm using
the svn build
tedValue = num;
var actualValue = element.options.length;
Assert.equals(expectedValue, actualValue);
};
On or about Thu, 22 Sep 2005 12:07:53 -0400
Warren Pollans <[EMAIL PROTECTED]> allegedly wrote:
> Hello,
>
> I defined a function in user-extensions.js - tryi
No, not really. Here's a function, assertSelectOptions, from selenium-
api.js that I modified and it works fine - I changed it to display the
default mesaage
I copied 'assertSelectOptions' to the end of selenium-api.js with the
name 'assertListLength' and it's still not seen - I get the same
erro
Sorry for generating so much noise on the list, but I'm confused. I
could really use some help/direction with this. Thanks, Warren.
The function, verifySelectLength, is defined in user-extension.js. It
works when used in TestRunner (modified TestSelect to use it) but it
fails with the following
Hello again,
This is a followup on my problem with getting SeleneseRunner to
recognize a function defined in user-extensions. I have a simpler test
now.
1. I use the TestSelect test from the dist and run it in
TestRunner and through SeleneseRunner using both python and ruby - all
thr
Hello,
I'm using SeleneseRunner (driven mode from ruby using mozilla and
selenium_server.py on a linux box) and I'd like to be able to erase
cookies at start of a test.
I've tried the example mentioned on this list at the beginning of this
month, but it didn't work for me. I have a doEraseCook
Hello,
I'm currently testing in "driven mode" using ruby as the scripting
language. I run my scripts via cron (fedora 3 and mozilla 1.7.12 and
selenium from svn - about two weeks old) - works fine (opens browser,
configures email accts, closes browser, sends test mail, pops mail,
checks mail, etc)
Hello,
I'm trying to install selenium on a new install of ubuntu linux on a
new laptop - I already have it working under fedora3 and OSX. This time
I used twisted server 2.0.1 instead of 1.3 (which is installed on
the fedora and OSX boxes). I'm not opposed to using 1.3 - it was just
easier to us
15:33:24 -0500
Warren Pollans <[EMAIL PROTECTED]> allegedly wrote:
> Hello,
>
> I'm trying to install selenium on a new install of ubuntu linux on a
> new laptop - I already have it working under fedora3 and OSX. This
> time I used twisted server 2.0.1 instead of 1.3 (which i
OK, I removed Twisted-2.0 and installed Twisted-1.3 and everything works
on the new box - as it does on the others.
On or about Tue, 20 Dec 2005 15:33:24 -0500
Warren Pollans <[EMAIL PROTECTED]> allegedly wrote:
> Hello,
>
> I'm trying to install selenium on a new install
20 matches
Mail list logo