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.
性別のフォームがあり、最初のボタンは次のように表示されます
name=radio_43
2 番目のボタンは次のように表示されます。
xpath=(//input[@name='radio_43'])[2]
確定ボタンが と呼ばれるのはなぜですかradio_43。
radio_43
両方のラジオ ボタンの名前は「radio_43」です。それらを区別するために、Selenium はその xpath によって 2 番目を呼び出す必要があります。ダイレクト セレクターname=radio_43は、最初の 1 つだけをプルします。