我正在使用Netzke 0.7.4和Cucumber在Ruby 3.1上使用Ruby。
我使用Cucumber和Netzke它工作得很好,但我在选择无线电步骤时发现了一些问题。
我使用此步骤。
When /^(?:|I )choose "([^"]*)"$/ do |field|
choose(field)
end
显示此错误消息。
And choose 'Yes' for GST field
cannot choose field, no radio button with id, name, or label 'Yes' found (Capybara::ElementNotFound)
(eval):2:in `choose'
看起来choose(locator)
方法在我的页面上找不到任何单选按钮。
这很奇怪,因为它在页面上只有2个无线电。
问题是如何使用此收音机?
感谢。
答案 0 :(得分:0)
最后我找到了答案我搜索复选框而不是组合框,它可以工作。
ExtJs 4转换复选框是否收音机?