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.
セレンと同様に、webdriver の keyDown と keyUp を作成しようとしています。私はアクションの使い方を知っていますが、一般的な(特殊キーと通常のキーで機能する)keyDown関数を書く方法を見つけません。
キーコードとキーを受け入れるセレンのようなもの。何か案は?
org.openqa.selenium.interactions の KeyUpAction と KeyDownAction の JavaDoc を見てください。
GitHub に移動しました:
以下も参照してください。