[ To find os arch ]
AIX | uname -p |
HP-UX | uname -m |
SunOS | uname -p |
Linux | uname -m |
Windows | (wmic os get OSArchitecture | findstr /v "^$" | select -Last 1).Trim() |
[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명 How to use keypad, and to drag until found. 키패드를...
No comments:
Post a Comment