On Tue, October 4, 2005 1:03, Peter Bernier said:

> Specifically, what's happening is that I'm trying to assert an
> attribute value (in this case, the source location of an image) and I
> get difference behaviours when I run the test in IE 6(.0.2800) compared
> with FireFox 1.0.7.
>
> Specifically, I'm checking for a relative path in my test, and that
> works fine in Firefox since a relative path is returned in the HTML.
> However, running the same test in IE fails. A relative path is still
> being returned in the HTML Source (viewed from IE) however.

Hi Peter.

Sounds like the two browser handle the attribute differently; that's
annoying.

As a workaround, try putting a wildcard at the start of the (relative)
image URL, e.g.

    | assertAttribute | [EMAIL PROTECTED] | *relative/path/to/image.jpg |

-- 
cheers, Mike


_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to