我的网站上有三个单选按钮,在使用webdriver执行时,它只是从代码中跳过这部分。
我已尝试过三种不同类型的代码,
首先是 -
driver.findElement(By.id("p_method_cash")).click();
第二个是 -
driver.findElement(By.xpath("/html/body/div[3]/div/div[3]/dl/dt[2]/input")).click();
第三个是 - (xpath by firefox plugin的xpath checker)
driver.findElement(By.xpath("p_method_cash")).click();