<button type="button" class="button-continue button-save frg-button color-green" data-next="#homephone-mobility-config">Choose this package</button>
<button type="button" class="button-continue button-save frg-button color-green" data-next="#homephone-mobility-config">Choose this package</button>
&#13;
<button type="button" class="button-continue button-save frg-button color-green" data-next="#homephone-mobility-config">Choose this combo</button>
&#13;
我有两个不同文字的按钮。我正在自动化测试。我必须使用哪些CSS选择器才能将其用于不同的按钮?它适用于selenium web驱动器选择器。
以下是按钮的HTML:
按钮1.
////选择此优惠///
按钮2。
////选择此包////
按钮3。
///选择此组合///
由于
答案 0 :(得分:0)
这个怎么样?
driver.findElement(By.xpath("//button[contains(., 'Choose this package']"))