RE: [Selenium-devel] error while running selenium

2006-02-17 Thread Ola Fjelddahl
hejdig. The text reads "Permission denied to set property Window. alert" if that is any clue. Together with opening a window to a remote web site. HTH /OF 8<- > I get the following error. The previous action is opening a > remote web site, and it works. Any idea? > # Executing

[Selenium-devel] error while running selenium

2006-02-16 Thread Andreu Alibés
Hi, I get the following error. The previous action is opening a remote web site, and it works. Any idea? # Executing: |assertTitle | preP | | # Unexpected Exception: 0 -> P, 1 -> e, 2 -> r, 3 -> m, 4 -> i, 5 -> s, 6 -> s, 7 -> i, 8 -> o, 9 -> n, 10 -> , 11 -> d, 12 -> e, 13 -> n, 14 -> i, 15

[Selenium-devel] Error while trying to open a page

2005-12-08 Thread User100 _D
To All Selenium users, I'm working with selenium-0.6.0 , and I'm getting the following error.  Line: 696 Char: 9 Error: 'top.document.getElementById(...)' is null or not an object Code: 0 URL: https:// my web/configure.jsp? action="">   Thanks, User100

[Selenium-devel] Error in Script

2005-12-07 Thread Jay Stevens
Selenium failure. Please report to selenium-devel@lists.public.thoughtworks.org, with details from the logs at the base of the page. The error message is: 'type' is null or not an object. The offending command was this... verifyValue id=budgetChangeSummaryUserControl_dataGridSummary__ctl2_lblT

[Selenium-devel] Error

2005-12-07 Thread User100 _D
Any ideas Im working with selenium, and I'm getting the following error. Line: 696 Char: 9 Error: 'top.document.getElementById(...)' is null or not an object Code: 0 URL: https:// my web/configure.jsp? action="">   all sugestions are Welcome     Thanks, User100

Re: [Selenium-devel] Error with Selenium and a span tag

2005-10-09 Thread David Kemp
Use assertText instead of assertValue. The latter is only for input elements (or anything with a value attribute). However, Selenium should clearly fail with a better error message (e.g. "specified element is not an input element").  I will raise an issue on this. Cheers, David David Kemp Thou

[Selenium-devel] Error with Selenium and a span tag

2005-10-07 Thread Jason Giles
Hello! I just started working with your tool and I find it very useful. I did run into one snag so far. I’m using IIS5.0 and ASP.NET 1.1 for the site I’m testing. Here is the info I’ve collected on the error. Can you help me? Here is the test I’m performing: