Skip to content

Commit

Permalink
Adding ignore for experimental page event
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Mar 5, 2021
1 parent f47d5d4 commit e297055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ func (t *Target) pageEvent(ev interface{}) {
return
case *page.EventDownloadProgress:
return
case *page.EventDocumentOpened:
return

default:
t.errf("unhandled page event %T", ev)
Expand Down

0 comments on commit e297055

Please sign in to comment.