下面是html。
<input type="radio" onclick="getOrgList('1000149');" value="1000149" name="wlw-radio_button_group_key:{pageFlow.viewBy}">
我在用
driver.findElement(By.xpath("//input[@name='wlw-radio_button_group_key:{pageFlow.viewBy}' and @value='1000149']")).click();
或者
driver.findElement(By.xpath("//input[@value='1000149']")).click();
但什么也没发生。我怎样才能解决这个问题?