You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refer to [jsdom](https://github.com/jsdom/jsdom) for specific usage.
224
+
225
+
#### browser
226
+
227
+
**Purpose of calling close: **browser will keep running, so the file will not be terminated. Do not call [crawlPage](#crawlPage) or [page](#page) if you need to use it later. When you modify the properties of the browser object, it will affect the browser inside the crawlPage of the crawler instance, the returned page, and the browser, because the browser is shared within the crawlPage API of the crawler instance.
228
+
229
+
Refer to [browser](https://pptr.dev/api/puppeteer.browser) for specific usage.
230
+
231
+
#### page
232
+
233
+
The page attribute can be used for interactive operations such as events. For details, refer to [page](https://pptr.dev/api/puppeteer.page).
234
+
213
235
### Crawl interface
214
236
215
237
Crawl interface data through [crawlData()](#crawlData)
0 commit comments