Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SWTBot を使用していくつかのテストを書いていますが、テスト中に実行構成の共通タブでいくつか変更する必要があります。そこをナビゲートする方法について何か考えはありますか?
ありがとう、オレン
キーボード関数 (ショートカット: ALT + C) を使用して動作します。
KeyboardFactory.getAWTKeyboard().pressShortcut(Keystrokes.ALT,KeyStroke.getInstance(0, 'C')); bot.sleep(3000);