diff --git a/CHANGELOG b/CHANGELOG index ecda5c3..969dbd6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Change Log +## [0.0.6] 2019-07-09 + +- Remove the panic from the navigation part + ## [0.0.5] 2019-07-08 - Remove the no-sandbox parameter to make chrome driver killed cleanly. diff --git a/collector.go b/collector.go index 8655427..4a4fd9a 100644 --- a/collector.go +++ b/collector.go @@ -160,7 +160,6 @@ func loginSimpleForm(page *agouti.Page, urlText string, usernameXpath string, pa "subsystem": "driver", "part": "navigation_error", }).Warningln(err.Error()) - panic(err) } err = page.SetImplicitWait(wait * 1000) if err != nil {