Skip to content

Commit

Permalink
Update internal/api/js/chrome/chrome.go
Browse files Browse the repository at this point in the history
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
  • Loading branch information
kegsay and richvdh authored Jul 9, 2024
1 parent 6a414f1 commit 3a988be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/js/chrome/chrome.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func MustRunAsyncFn[T any](t ct.TestLike, ctx context.Context, js string) *T {

// Run a headless JS SDK instance for the given user/device ID.
func RunHeadless(userID, deviceID string, onConsoleLog func(s string)) (*Tab, error) {
// make a Chrome browser
// Make, or acquire, a Chrome browser
browser, err := GlobalBrowser()
if err != nil {
return nil, fmt.Errorf("GlobalBrowser: %s", err)
Expand Down

0 comments on commit 3a988be

Please sign in to comment.