Skip to content

Commit

Permalink
fix: update example to match the latest website
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Apr 17, 2024
1 parent 4391b88 commit a565903
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,10 @@ func ExamplePage_pool() {
pool.Cleanup(func(p *rod.Page) { p.MustClose() })

// Output:
// mdn.dev
// mdn.dev
// mdn.dev
// mdn.dev
// MDN Web Docs
// MDN Web Docs
// MDN Web Docs
// MDN Web Docs
}

// We can use [rod.BrowserPool] to concurrently control and reuse browsers.
Expand Down

0 comments on commit a565903

Please sign in to comment.