Skip to content

Commit 30a612e

Browse files
authored
Update main_test.js
1 parent e19b9f5 commit 30a612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab4/main_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const puppeteer = require('puppeteer');
77

88
// Navigate the page to a URL
99
await page.goto('https://pptr.dev/');
10-
10+
1111
// Hints:
1212
// Click search button
1313
await page.click('button.DocSearch.DocSearch-Button'); //點擊指定按鈕

0 commit comments

Comments
 (0)