Skip to content

Commit

Permalink
Removed panic from simple_form_login
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouyan Azari committed Jul 9, 2019
1 parent 75bb495 commit eb5452b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eb5452b

Please sign in to comment.