Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web ページには無限スクロールが実装されているため、Ruby スクリプトを使用してプログラムでページの一番下までスクロールしたいと考えています。mechanizeでこれを行うことはできますか?
window.scrollBy() & window.scrollTo() を使用してみてください。これが役立つ場合があります