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.
テキスト フィールドに文字を入力したときに、候補のリストが表示されることを確認するために使用するコマンドはどれですか (例: a)? また、リスト内の項目が入力した文字で始まることを確認する方法は?
オートコンプリートを使用したGoogleサジェストのようなものについて話していると思います。テストは次のようになります
呼び出しは次のようになります
open(/) typeAndWait(textId,a) verifyText(css=div#suggestion:first-child,a*)
お役に立てば幸い