Method: Html2rss::RequestService::PuppetCommander#navigate_to_destination
- Defined in:
- lib/html2rss/request_service/puppet_commander.rb
#navigate_to_destination(page, url) ⇒ Object
50 51 52 |
# File 'lib/html2rss/request_service/puppet_commander.rb', line 50 def navigate_to_destination(page, url) page.goto(url, wait_until: 'networkidle0', referer:) end |