我的问题是是否可以填写没有名称的文本字段。它有一个带有名称的标签,但该字段本身没有。有没有办法点击标签并“盲目”输入,或者这是不可能的?
这是它在 Frank 检查中的样子:
UITextField,
UITextFieldRoundedRectBackgroundView,
UIImageView,
UIImageView,
UIImageView,
UITextFieldLabel: Sök ort
这是我写的:
当我用“paris”填写“Sök ort”时
和代码:
When /^I fill in "([^\"]*)" with "([^\"]*)"$/ do |field, value|
fill_in(field, :with => value)
end