【发布时间】:2014-03-29 06:37:03
【问题描述】:
我正在尝试通过单击使用 Ruby Mechanize 的任何表单之外的按钮来更新此页面。有谁知道这是否可能?我知道我不能使用标准按钮提交。下面是按钮周围的 html 的 sn-p
<div class="details-section-contents">
<div class="details-section-heading"></div>
<div class="details-section-body expandable" data-load-more-section-id="reviews" data-load-more-docid="com.microsoft.office.officehub">
<div></div>
<button class="expand-button expand-next" style="display: block;">
<div class="arrow-image-wrapper"></div>
<div class="play-button"></div>
...
【问题讨论】:
-
如果我们能看到 html,也许我们可以提供帮助。
-
我会发一点。来自 Google Play 商店
-
你能给出页面的完整网址吗?或许你可以另辟蹊径
-
你想点击哪个按钮..
-
完整网址:play.google.com/store/apps/…我要触摸第一个按钮
标签: ruby mechanize mechanize-ruby