Update 'DL.js'
This commit is contained in:
parent
6484f1b570
commit
27c705d737
1 changed files with 2 additions and 2 deletions
4
DL.js
4
DL.js
|
@ -38,11 +38,11 @@ else if (DL == 0)
|
|||
{
|
||||
bzhao.SendKey( "<Enter>" );
|
||||
}
|
||||
else if (bzhao.WaitForText("Account: FTL-I", 1, 1, 0.1))
|
||||
else if (bzhao.WaitForText("Account: ABG672-I", 1, 1, 0.1))
|
||||
{
|
||||
bzhao.MsgBox("Please return to home screen");
|
||||
}
|
||||
bzhao.WaitForText("Account: FTL-I", 1, 1, 100000);
|
||||
bzhao.WaitForText("Account: ABG672-I", 1, 1, 100000);
|
||||
bzhao.SendKey( "DL" );
|
||||
bzhao.SendKey( "<Enter>" );
|
||||
bzhao.WaitForText("O.H. PART-NO............ BIN...", 1, 1, 0.1);
|
||||
|
|
Loading…
Reference in a new issue