On Mon, 2002-04-15 at 01:52, Carsten Seibert wrote:
> Hi Donald
>
> You should be able to provide a username and password for basic
> authentication with the <invoke> step like:
>
> <invoke stepid="Access a page with password identification"
> url="mypage"
> username="${username}"
> password="${password}" />
ah, how simple, how did i miss that? :) thanks.
- donald