diff --git a/example_test.go b/example_test.go index c031b09b..5d34b96e 100644 --- a/example_test.go +++ b/example_test.go @@ -311,7 +311,7 @@ func ExamplePrintToPDF() { } } -func ExampleByJSPath_OuterHTML() { +func ExampleByJSPath() { ctx, cancel := chromedp.NewContext(context.Background()) defer cancel() @@ -346,7 +346,7 @@ func ExampleByJSPath_OuterHTML() { // } -func Example_DocumentDump() { +func Example_documentDump() { ctx, cancel := chromedp.NewContext(context.Background()) defer cancel()