如何跟踪 jquery 选择器中定义的链接?

发布于 2024-11-02 09:25:18 字数 328 浏览 1 评论 0原文

我有一个黄瓜测试(使用 Capybara),需要点击 js.erb 视图中的链接。 该视图如下所示:

  $('#form-or-login').html("<%= escape_javascript( link_to(image_tag("xxx", :border=>0), "yyy" )) %>");

How do Ireach the link_to tag from my cucumber scene?

And I follow [what goes here?]

谢谢!

I have a cucumber test (using Capybara) that needs to follow a link in a js.erb view.
The view looks like this:

  $('#form-or-login').html("<%= escape_javascript( link_to(image_tag("xxx", :border=>0), "yyy" )) %>");

How do I reach the link_to tag from my cucumber scenario?

And I follow [what goes here?]

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

闻呓 2024-11-09 09:25:18

我建议在锚点中也包含一些不可见的文本。这样你就可以用水豚点击它。否则,您将需要为其编写自定义黄瓜步骤。

I would recommend having some non-visible text in the anchor as well. That way you could click it with capybara. Otherwise you will need to write a custom cucumber step for it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文