This repository was archived by the owner on Jun 24, 2023. It is now read-only.

Description
Before close, I have:
<input type="radio" name="DownLoad" id="DownLoad1" value="false" checked="">
Then close wizard by pressing the "X" on top right, and open it again by pressing button,it becomes:
<input type="radio" name="DownLoad" id="DownLoad1" value="" checked="">
for hidden, before:
<input type="hidden" name="RequestId" id="RequestId" value="666666">
after
<input type="hidden" name="RequestId" id="RequestId" value="">