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
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
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 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
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
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
Hello! I just started working with your tool and I find it very useful. I did
run into one snag so far. Im using IIS5.0 and ASP.NET 1.1 for the site Im
testing. Here is the info Ive collected on the error. Can you help me?
Here is the test Im performing: