> Thank you for your reply.
> We don't really understand how this IeGuiRunner works.
> Can you please give us some samples on how we can pass the parameter value
> in IeGuiRunner and call the functions of IeUnit and get the results back
> to be shown in the html page.
> Should we write the code in a js file?
>
> Thank you,
> Shirley
>
IeGuiRunner is JavaScript based GUI runner for IeUnit.
IeGuiRunner currently accepts only the option -I via the WScript.Arguments
object.
Please look into IeGuiRunner.wsf for how you can extend it. You can also
look into that source for how you can modify the HTML content. It is all
DHTML.
You need to spent sometime to learn it.
P.S.: Please send future questions to the IeUnit form. This kind of question
and
answer is can be useful for other people.
|