[Wtr-general] $ie show/hide?

Bret Pettichord bret at pettichord.com
Tue Jun 12 10:25:52 EDT 2007


mihai wrote:
> can i hide my IE page while its being test?
> something like:
>
> $ie.hide
> #test command
> $ie.show
$ie.visible = false
# test
$ie.visible = true


More information about the Wtr-general mailing list