I am trying to update this page by clicking a button that is outside of any forms using Ruby Mechanize. Does anyone know if this is possible? I know that I can't use the standard button submit. Below is a snippet of the html surrounding the button
<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>
...