webrecorder/autobrowser

Simplechrome intregration: Differentiate between new document navigation and navigate within page

Closed this issue · 1 comments

Example: Twitter includes links same tweet (when viewing an individual tweet) that include a hash

EG:
https://twitter.com/mickymouse/status/124354570248293 -> https://twitter.com/mickymouse/status/124354570248293#timeline

But you really do not go anywhere or initiate a navigation only add the hash to the URL.

Bump simple chrome to puppeteer 1.9.0 for individual frame navigations https://github.com/GoogleChrome/puppeteer/blob/master/lib/FrameManager.js

closed via PR #17