We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac30763 commit 58b69d0Copy full SHA for 58b69d0
AutoItDemo/tests/resource.txt
@@ -14,7 +14,7 @@ Library OperatingSystem
14
[Arguments] ${title} ${text}=
15
[Documentation] 关闭对话框
16
Win Wait ${title} ${text} 30
17
- ${ret}= control get text ${EMPTY} ${EMPTY} Static2
+ ${ret}= Control Get Text ${EMPTY} ${EMPTY} Static2
18
Log ${ret}
19
Control CLICK ${EMPTY} ${EMPTY} Button1
20
Comment Win Close ${title}
0 commit comments