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.
セレン(Javaサーバー)を使用してボタンをクリックする必要があります-ボタンにはタイプのみがあり、ID/値はありません。役立つ提案があれば大歓迎です
<button type="submit">Enter</button>
別のオプションは//button[contains(text()、'Enter')]ですが、ローカライズされたサイトがある場合はこれが壊れます。
以下は私のために働いた:
selenium.click("//button[@type='submit']"