How happy was I to see your email today? VERY! Thanks
works great.
--- Mike Williams <[EMAIL PROTECTED]> wrote:
> vernon viles wrote:
>
> > How do I access the javascript "document" object
> for
> > the current page in the user extensions file.
>
> Replace your
>
> document.getElementBy
vernon viles wrote:
How do I access the javascript "document" object for
the current page in the user extensions file.
Replace your
document.getElementById('footable')
with
this.page().currentDocument.getElementById('footable')
Alternatively, you could use Selenium's locat