Ruby on Rails:Cucumber:如何替换字段中的文本?
我想将文本放入已自动填充的字段中。
传统的 当我用“nthoeu”填写“ntoheu”时
似乎不起作用
我也使用水豚,我觉得它缺乏成功将文本插入字段的能力。
I want to put text into a field that has been autofilled.
The traditionalWhen I fill in "ntoheu" with "nthoeu"
seems not to work
Iam also using capybara, and i feel that its ability to successfully insert text into fields is lacking.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果
in case of
<field_name> can be id or name attribute of the input field