We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e19b9f5 + 30a612e commit dac9adeCopy full SHA for dac9ade
lab4/main_test.js
@@ -7,7 +7,7 @@ const puppeteer = require('puppeteer');
7
8
// Navigate the page to a URL
9
await page.goto('https://pptr.dev/');
10
-
+
11
// Hints:
12
// Click search button
13
await page.click('button.DocSearch.DocSearch-Button'); //點擊指定按鈕
0 commit comments