How do I access the javascript "document" object for
the current page in the user extensions file.
e.g. I have defined a new function that makes use of
code such as:
if(document.getElementById('footable')
{
tabletds=document.getElementById('footable').getElementsByTagName('td');
...
}
else
{
Assert.fail('document not defined')
}
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
_______________________________________________
Selenium-users mailing list
[email protected]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users