[Selenium-users] Re: modifying the DOM during a test?, async events.

2005-09-09 Thread Rick Masters
So apparently the reason selenium was not seeing my DOM changes was that selenium uses _javascript_'s asynchronous event dispatch. So my DOM changes were being made, just not quickly enough for the asserts() to behave as expected. I am new to _javascript_; as near as I can tell from experience and

Re: [Selenium-users] some builtin VerifyLocation tests failing

2005-09-09 Thread Warren Pollans
Found the problem - the code from svn doesn't require the fix mentioned in the tutorial for assertLocation. However, I still have one failing test, testFailedVerifications - it appears that it doesn't see that /selenium-driver and / as the same. Is this a problem? Something that I've misc

Re: [Selenium-users] selenium_example.rb

2005-09-09 Thread Jay Donnell
Found the problem. I should have read the archives before posting :) In case anyone else cares it's a bug that has been reported and has a simple fix described at http://jira.public.thoughtworks.org/browse/SEL-136 --- Jay Donnell <[EMAIL PROTECTED]> wrote: > I'm trying to drive selenium with rub

[Selenium-users] some builtin VerifyLocation tests failing

2005-09-09 Thread Warren Pollans
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

[Selenium-users] modifying the DOM during a test?

2005-09-09 Thread Rick Masters
Hello - Question about selenium and its interaction with the DOM: We are testing an app that uses _javascript_ to modify the DOM. We want to use selenium to interact with the modified version of the DOM, i.e. run assertions on the modified DOM, interact with _javascript_-generated DOM elements,

[Selenium-users] Permission denied to set property Window.alert

2005-09-09 Thread Ryan Shriver
All, I'm having trouble with the standalone Selenium server (0.3). I'm also experiencing the same issue when I try and host the Selenium test pages under a different server than is hosting the web-site (I've tried Tomcat...but still get this same error). We're using Selenium 0.5 for this. FWIW,

[Selenium-users] Remote server check with proxy.

2005-09-09 Thread neko bsd
Hello, I want to test many server. - a.foo.com - b.foo.com - c.foo.com - ... The group of servers we would like to check the page which extended over without HTA. My page have FQDN links. You wake the mutual page and turn. a.foo.com -> b.foo.com b.foo.com -> a.foo.com a.foo.com -> c.foo.com ...

[Selenium-users] Remote server check with proxy.

2005-09-09 Thread neko bsd
Hello, I want to test many server. - a.foo.com - b.foo.com - c.foo.com - ... The group of servers we would like to check the page which extended over without HTA. My page have FQDN links. You wake the mutual page and turn. a.foo.com -> b.foo.com b.foo.com -> a.foo.com a.foo.com -> c.foo.com ...