From a5659037fc328f6ec001a38db33414d154fd8253 Mon Sep 17 00:00:00 2001 From: Yad Smood Date: Wed, 17 Apr 2024 11:36:08 +0800 Subject: [PATCH] fix: update example to match the latest website --- examples_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples_test.go b/examples_test.go index 8d99ec36..3335a489 100644 --- a/examples_test.go +++ b/examples_test.go @@ -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.