mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-23 11:39:42 +00:00
[AHK_Opera_9.64]
Use SendMessage instead sending TAB-SPACE, because it fails on ReactOS. We have keystrokes elsewhere and we want to test the app, so, I assume it is OK. Tested and works fine in clean snapshot of win2k3 sp2. svn path=/trunk/ahk_tests/; revision=1804
This commit is contained in:
parent
57b06c8b95
commit
9fdb3a576d
@ -298,8 +298,10 @@ if bContinue
|
||||
TestsFailed("'Opera 9.64 - InstallShield Wizard (InstallShield Wizard Completed)' window failed to appear.")
|
||||
else
|
||||
{
|
||||
SendInput, {TAB} ; Focus 'Run Opera when I press Finish'
|
||||
SendInput, {SPACE}
|
||||
; SendInput, {TAB} ; Focus 'Run Opera when I press Finish'
|
||||
; SendInput, {SPACE} ; Uncheck the checkbox
|
||||
SendMessage, 0x201, 0, 0, Button3
|
||||
SendMessage, 0x202, 0, 0, Button3
|
||||
ControlGet, bChecked, Checked, Button3
|
||||
if bChecked = 1
|
||||
TestsFailed("'Run Opera when I press Finish' checkbox in 'Opera 9.64 - InstallShield Wizard (InstallShield Wizard Completed)' window reported as unchecked, but further inspection proves that it was still checked.")
|
||||
|
Loading…
Reference in New Issue
Block a user