Selenium Webdriver C# - ラジオ ボタンを選択するために 2 回クリックする必要があるのはなぜですか? コードは次のとおりです。
weItem_TypeRadio = _driver.FindElement(By.CssSelector("input[name*='"
+ stcItemType
+ "'][value='HLP'][type='radio']")
, _stcintTimeoutInSeconds);
weItem_TypeRadio.Click(); // first click puts a dotted box around radio button
weItem_TypeRadio.Click(); // this click actually selects the radio button
Webdriver v2.8 Asp.net 4.0 C#