Add support to launch Chrome

This commit is contained in:
David Stotijn
2022-02-27 17:56:24 +01:00
parent 8269af9478
commit bef52d956e
6 changed files with 95 additions and 4 deletions

View File

@ -60,7 +60,7 @@ func TestFindRequestByID(t *testing.T) {
URL: exampleURL,
Method: http.MethodGet,
Proto: sender.HTTPProto2,
Proto: sender.HTTPProto20,
Header: http.Header{
"X-Foo": []string{"bar"},
},