Update 'DL.js'

This commit is contained in:
Paul Black 2023-05-25 22:31:21 +00:00
parent 6484f1b570
commit 27c705d737

4
DL.js
View file

@ -38,11 +38,11 @@ else if (DL == 0)
{ {
bzhao.SendKey( "<Enter>" ); 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.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( "DL" );
bzhao.SendKey( "<Enter>" ); bzhao.SendKey( "<Enter>" );
bzhao.WaitForText("O.H. PART-NO............ BIN...", 1, 1, 0.1); bzhao.WaitForText("O.H. PART-NO............ BIN...", 1, 1, 0.1);