@crawlee/puppeteer 4.0.0-beta.14 → 4.0.0-beta.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -14
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/internals/enqueue-links/click-elements.d.ts +39 -65
- package/internals/enqueue-links/click-elements.js +58 -64
- package/internals/puppeteer-browser-pool.d.ts +55 -0
- package/internals/puppeteer-browser-pool.js +48 -0
- package/internals/puppeteer-crawler.d.ts +160 -115
- package/internals/puppeteer-crawler.js +52 -66
- package/internals/puppeteer-launcher.d.ts +31 -19
- package/internals/puppeteer-launcher.js +18 -14
- package/internals/utils/puppeteer_request_interception.d.ts +0 -1
- package/internals/utils/puppeteer_request_interception.js +8 -8
- package/internals/utils/puppeteer_utils.d.ts +10 -13
- package/internals/utils/puppeteer_utils.js +85 -63
- package/package.json +11 -12
- package/index.d.ts.map +0 -1
- package/index.js.map +0 -1
- package/internals/enqueue-links/click-elements.d.ts.map +0 -1
- package/internals/enqueue-links/click-elements.js.map +0 -1
- package/internals/puppeteer-crawler.d.ts.map +0 -1
- package/internals/puppeteer-crawler.js.map +0 -1
- package/internals/puppeteer-launcher.d.ts.map +0 -1
- package/internals/puppeteer-launcher.js.map +0 -1
- package/internals/utils/puppeteer_request_interception.d.ts.map +0 -1
- package/internals/utils/puppeteer_request_interception.js.map +0 -1
- package/internals/utils/puppeteer_utils.d.ts.map +0 -1
- package/internals/utils/puppeteer_utils.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<a href="https://crawlee.dev">
|
|
3
3
|
<picture>
|
|
4
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/apify/crawlee/master/website/static/img/crawlee-dark.svg?sanitize=true"
|
|
5
|
-
<img alt="Crawlee" src="https://raw.githubusercontent.com/apify/crawlee/master/website/static/img/crawlee-light.svg?sanitize=true" width="500"
|
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/apify/crawlee/master/website/static/img/crawlee-dark.svg?sanitize=true" />
|
|
5
|
+
<img alt="Crawlee" src="https://raw.githubusercontent.com/apify/crawlee/master/website/static/img/crawlee-light.svg?sanitize=true" width="500" />
|
|
6
6
|
</picture>
|
|
7
7
|
</a>
|
|
8
|
-
<br
|
|
8
|
+
<br />
|
|
9
9
|
<small>A web scraping and browser automation library</small>
|
|
10
10
|
</h1>
|
|
11
11
|
|
|
12
|
-
<p align=center>
|
|
13
|
-
<a href="https://trendshift.io/repositories/5179" target="_blank"><img src="https://trendshift.io/api/badge/repositories/5179" alt="apify%2Fcrawlee | Trendshift"
|
|
12
|
+
<p align="center">
|
|
13
|
+
<a href="https://trendshift.io/repositories/5179" target="_blank"><img src="https://trendshift.io/api/badge/repositories/5179" alt="apify%2Fcrawlee | Trendshift" width="250" height="55"/></a>
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
|
-
<p align=center>
|
|
17
|
-
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/v/@crawlee/core.svg" alt="NPM latest version" data-canonical-src="https://img.shields.io/npm/v/@crawlee/core/next.svg"
|
|
18
|
-
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/dm/@crawlee/core.svg" alt="Downloads" data-canonical-src="https://img.shields.io/npm/dm/@crawlee/core.svg"
|
|
19
|
-
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow"><img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" data-canonical-src="https://img.shields.io/discord/801163717915574323?label=discord"
|
|
20
|
-
<a href="https://github.com/apify/crawlee/actions/workflows/test-ci.yml"><img src="https://github.com/apify/crawlee/actions/workflows/test-ci.yml/badge.svg?branch=master" alt="Build Status"
|
|
16
|
+
<p align="center">
|
|
17
|
+
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/v/@crawlee/core.svg" alt="NPM latest version" data-canonical-src="https://img.shields.io/npm/v/@crawlee/core/next.svg" /></a>
|
|
18
|
+
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/dm/@crawlee/core.svg" alt="Downloads" data-canonical-src="https://img.shields.io/npm/dm/@crawlee/core.svg" /></a>
|
|
19
|
+
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow"><img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" data-canonical-src="https://img.shields.io/discord/801163717915574323?label=discord" /></a>
|
|
20
|
+
<a href="https://github.com/apify/crawlee/actions/workflows/test-ci.yml"><img src="https://github.com/apify/crawlee/actions/workflows/test-ci.yml/badge.svg?branch=master" alt="Build Status" /></a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
Crawlee covers your crawling and scraping end-to-end and **helps you build reliable scrapers. Fast.**
|
|
@@ -89,7 +89,7 @@ By default, Crawlee stores data to `./storage` in the current working directory.
|
|
|
89
89
|
We provide automated beta builds for every merged code change in Crawlee. You can find them in the npm [list of releases](https://www.npmjs.com/package/crawlee?activeTab=versions). If you want to test new features or bug fixes before we release them, feel free to install a beta build like this:
|
|
90
90
|
|
|
91
91
|
```bash
|
|
92
|
-
npm install crawlee@
|
|
92
|
+
npm install crawlee@next
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
If you also use the [Apify SDK](https://github.com/apify/apify-sdk-js), you need to specify dependency overrides in your `package.json` file so that you don't end up with multiple versions of Crawlee installed:
|
|
@@ -98,9 +98,9 @@ If you also use the [Apify SDK](https://github.com/apify/apify-sdk-js), you need
|
|
|
98
98
|
{
|
|
99
99
|
"overrides": {
|
|
100
100
|
"apify": {
|
|
101
|
-
"@crawlee/core": "
|
|
102
|
-
"@crawlee/types": "
|
|
103
|
-
"@crawlee/utils": "
|
|
101
|
+
"@crawlee/core": "$crawlee",
|
|
102
|
+
"@crawlee/types": "$crawlee",
|
|
103
|
+
"@crawlee/utils": "$crawlee"
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
}
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from '@crawlee/browser';
|
|
2
|
+
export * from './internals/puppeteer-browser-pool.js';
|
|
2
3
|
export * from './internals/puppeteer-crawler.js';
|
|
3
4
|
export * from './internals/puppeteer-launcher.js';
|
|
4
5
|
export * as puppeteerRequestInterception from './internals/utils/puppeteer_request_interception.js';
|
|
@@ -7,4 +8,3 @@ export * as puppeteerUtils from './internals/utils/puppeteer_utils.js';
|
|
|
7
8
|
export type { BlockRequestsOptions, CompiledScriptFunction, CompiledScriptParams, DirectNavigationOptions as PuppeteerDirectNavigationOptions, InfiniteScrollOptions, InjectFileOptions, SaveSnapshotOptions, } from './internals/utils/puppeteer_utils.js';
|
|
8
9
|
export * as puppeteerClickElements from './internals/enqueue-links/click-elements.js';
|
|
9
10
|
export type { EnqueueLinksByClickingElementsOptions } from './internals/enqueue-links/click-elements.js';
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from '@crawlee/browser';
|
|
2
|
+
export * from './internals/puppeteer-browser-pool.js';
|
|
2
3
|
export * from './internals/puppeteer-crawler.js';
|
|
3
4
|
export * from './internals/puppeteer-launcher.js';
|
|
4
5
|
export * as puppeteerRequestInterception from './internals/utils/puppeteer_request_interception.js';
|
|
5
6
|
export * as puppeteerUtils from './internals/utils/puppeteer_utils.js';
|
|
6
7
|
export * as puppeteerClickElements from './internals/enqueue-links/click-elements.js';
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { IRequestManager, RequestTransform, SkippedRequestCallback, UrlPatternInput } from '@crawlee/browser';
|
|
2
2
|
import type { BatchAddRequestsResult, Dictionary } from '@crawlee/types';
|
|
3
3
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
4
4
|
import type { ClickOptions, Page, Target } from 'puppeteer';
|
|
@@ -8,9 +8,9 @@ export interface EnqueueLinksByClickingElementsOptions {
|
|
|
8
8
|
*/
|
|
9
9
|
page: Page;
|
|
10
10
|
/**
|
|
11
|
-
* A request
|
|
11
|
+
* * A request manager to which the URLs will be enqueued.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
requestManager: IRequestManager;
|
|
14
14
|
/**
|
|
15
15
|
* A CSS selector matching elements to be clicked on. Unlike in {@link enqueueLinks}, there is no default
|
|
16
16
|
* value. This is to prevent suboptimal use of this function by using it too broadly.
|
|
@@ -25,82 +25,50 @@ export interface EnqueueLinksByClickingElementsOptions {
|
|
|
25
25
|
*/
|
|
26
26
|
clickOptions?: ClickOptions;
|
|
27
27
|
/**
|
|
28
|
-
* An array of
|
|
29
|
-
* containing glob pattern strings matching the URLs to be enqueued.
|
|
28
|
+
* An array of URL patterns that URLs must match to be enqueued.
|
|
30
29
|
*
|
|
31
|
-
*
|
|
32
|
-
* All remaining keys will be used as request options for the corresponding enqueued {@link Request} objects.
|
|
33
|
-
*
|
|
34
|
-
* The matching is always case-insensitive.
|
|
35
|
-
* If you need case-sensitive matching, use `regexps` property directly.
|
|
36
|
-
*
|
|
37
|
-
* If `globs` is an empty array or `undefined`, then the function
|
|
38
|
-
* enqueues all the intercepted navigation requests produced by the page
|
|
39
|
-
* after clicking on elements matching the provided CSS selector.
|
|
40
|
-
*/
|
|
41
|
-
globs?: GlobInput[];
|
|
42
|
-
/**
|
|
43
|
-
* An array of glob pattern strings, regexp patterns or plain objects
|
|
44
|
-
* containing patterns matching URLs that will **never** be enqueued.
|
|
45
|
-
*
|
|
46
|
-
* The plain objects must include either the `glob` property or the `regexp` property.
|
|
30
|
+
* Accepts glob pattern strings, `{ glob: string }` objects, `RegExp` instances, or `{ regexp: RegExp }` objects.
|
|
47
31
|
*
|
|
48
32
|
* Glob matching is always case-insensitive.
|
|
49
|
-
* If you need case-sensitive matching,
|
|
50
|
-
*/
|
|
51
|
-
exclude?: readonly (GlobInput | RegExpInput)[];
|
|
52
|
-
/**
|
|
53
|
-
* An array of regular expressions or plain objects
|
|
54
|
-
* containing regular expressions matching the URLs to be enqueued.
|
|
33
|
+
* If you need case-sensitive matching, use a `RegExp`.
|
|
55
34
|
*
|
|
56
|
-
*
|
|
57
|
-
* All remaining keys will be used as request options for the corresponding enqueued {@link Request} objects.
|
|
58
|
-
*
|
|
59
|
-
* If `regexps` is an empty array or `undefined`, then the function
|
|
35
|
+
* If `include` is an empty array or `undefined`, then the function
|
|
60
36
|
* enqueues all the intercepted navigation requests produced by the page
|
|
61
37
|
* after clicking on elements matching the provided CSS selector.
|
|
62
38
|
*/
|
|
63
|
-
|
|
39
|
+
include?: UrlPatternInput[];
|
|
64
40
|
/**
|
|
65
|
-
*
|
|
66
|
-
* Please use `globs` or `regexps` instead.
|
|
67
|
-
*
|
|
68
|
-
* An array of {@link PseudoUrl} strings or plain objects
|
|
69
|
-
* containing {@link PseudoUrl} strings matching the URLs to be enqueued.
|
|
41
|
+
* An array of URL patterns. Matching URLs will **not** be enqueued.
|
|
70
42
|
*
|
|
71
|
-
*
|
|
72
|
-
* All remaining keys will be used as request options for the corresponding enqueued {@link Request} objects.
|
|
43
|
+
* Accepts glob pattern strings, `{ glob: string }` objects, `RegExp` instances, or `{ regexp: RegExp }` objects.
|
|
73
44
|
*
|
|
74
|
-
*
|
|
75
|
-
* If you need case-sensitive matching, use `
|
|
76
|
-
*
|
|
77
|
-
* If `pseudoUrls` is an empty array or `undefined`, then the function
|
|
78
|
-
* enqueues all the intercepted navigation requests produced by the page
|
|
79
|
-
* after clicking on elements matching the provided CSS selector.
|
|
80
|
-
*
|
|
81
|
-
* @deprecated prefer using `globs` or `regexps` instead
|
|
45
|
+
* Glob matching is always case-insensitive.
|
|
46
|
+
* If you need case-sensitive matching, use a `RegExp`.
|
|
82
47
|
*/
|
|
83
|
-
|
|
48
|
+
exclude?: readonly UrlPatternInput[];
|
|
84
49
|
/**
|
|
85
|
-
*
|
|
86
|
-
* to remove
|
|
87
|
-
* when you need to enqueue multiple `Requests` to the queue that share the same URL,
|
|
88
|
-
* or to dynamically update or create `userData`.
|
|
89
|
-
*
|
|
90
|
-
* For example: by adding `useExtendedUniqueKey: true` to the `request` object, `uniqueKey` will be computed from
|
|
91
|
-
* a combination of `url`, `method` and `payload` which enables crawling of websites that navigate using form submits
|
|
92
|
-
* (POST requests).
|
|
50
|
+
* After request options are filtered by `include`/`exclude` patterns,
|
|
51
|
+
* this function can be used to remove them or modify their contents such as `userData`, `payload` or, most importantly
|
|
52
|
+
* `uniqueKey`. This is useful when you need to enqueue multiple `Requests` to the queue that share the same URL,
|
|
53
|
+
* but differ in methods or payloads, or to dynamically update or create `userData`.
|
|
93
54
|
*
|
|
94
55
|
* **Example:**
|
|
95
56
|
* ```javascript
|
|
96
57
|
* {
|
|
97
58
|
* transformRequestFunction: (request) => {
|
|
98
59
|
* request.userData.foo = 'bar';
|
|
99
|
-
* request.useExtendedUniqueKey = true;
|
|
100
60
|
* return request;
|
|
101
61
|
* }
|
|
102
62
|
* }
|
|
103
63
|
* ```
|
|
64
|
+
*
|
|
65
|
+
* Note that `transformRequestFunction` has the highest priority and can overwrite
|
|
66
|
+
* the global `label` option.
|
|
67
|
+
*
|
|
68
|
+
* The function receives a {@link RequestOptions} object and can return either:
|
|
69
|
+
* - The modified {@link RequestOptions} object
|
|
70
|
+
* - `'unchanged'` to keep the original options as-is
|
|
71
|
+
* - A falsy value or `'skip'` to exclude the request from the queue
|
|
104
72
|
*/
|
|
105
73
|
transformRequestFunction?: RequestTransform;
|
|
106
74
|
/**
|
|
@@ -140,6 +108,12 @@ export interface EnqueueLinksByClickingElementsOptions {
|
|
|
140
108
|
* @default false
|
|
141
109
|
*/
|
|
142
110
|
skipNavigation?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* When a request is skipped for some reason, you can use this callback to act on it.
|
|
113
|
+
* This is fired for requests skipped because they don't match enqueueLinks filters
|
|
114
|
+
* or because they were removed by `transformRequestFunction`.
|
|
115
|
+
*/
|
|
116
|
+
onSkippedRequest?: SkippedRequestCallback;
|
|
143
117
|
}
|
|
144
118
|
/**
|
|
145
119
|
* The function finds elements matching a specific CSS selector in a Puppeteer page,
|
|
@@ -150,8 +124,7 @@ export interface EnqueueLinksByClickingElementsOptions {
|
|
|
150
124
|
* in `href` elements, but rather navigations are triggered in click handlers.
|
|
151
125
|
* If you're looking to find URLs in `href` attributes of the page, see {@link enqueueLinks}.
|
|
152
126
|
*
|
|
153
|
-
* Optionally, the function allows you to filter the target links' URLs using an array of
|
|
154
|
-
* and override settings of the enqueued {@link Request} objects.
|
|
127
|
+
* Optionally, the function allows you to filter the target links' URLs using an array of glob or regexp patterns.
|
|
155
128
|
*
|
|
156
129
|
* **IMPORTANT**: To be able to do this, this function uses various mutations on the page,
|
|
157
130
|
* such as changing the Z-index of elements being clicked and their visibility. Therefore,
|
|
@@ -171,11 +144,11 @@ export interface EnqueueLinksByClickingElementsOptions {
|
|
|
171
144
|
* ```javascript
|
|
172
145
|
* await utils.puppeteer.enqueueLinksByClickingElements({
|
|
173
146
|
* page,
|
|
174
|
-
*
|
|
147
|
+
* requestManager,
|
|
175
148
|
* selector: 'a.product-detail',
|
|
176
|
-
*
|
|
177
|
-
* 'https://www.example.com/handbags
|
|
178
|
-
* 'https://www.example.com/purses
|
|
149
|
+
* include: [
|
|
150
|
+
* 'https://www.example.com/handbags/*',
|
|
151
|
+
* 'https://www.example.com/purses/*',
|
|
179
152
|
* ],
|
|
180
153
|
* });
|
|
181
154
|
* ```
|
|
@@ -212,6 +185,7 @@ export declare function isTargetRelevant(page: Page, target: Target): boolean;
|
|
|
212
185
|
* for large element sets, this will take considerable amount of time.
|
|
213
186
|
* @ignore
|
|
214
187
|
*/
|
|
215
|
-
export declare function clickElements(page: Page, selector: string, clickOptions?: ClickOptions
|
|
188
|
+
export declare function clickElements(page: Page, selector: string, clickOptions?: ClickOptions & {
|
|
189
|
+
clickCount?: number;
|
|
190
|
+
}): Promise<void>;
|
|
216
191
|
export {};
|
|
217
|
-
//# sourceMappingURL=click-elements.d.ts.map
|
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
import { URL } from 'node:url';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
2
|
+
import { applyRequestTransform, constructUrlPatternObjects, createRequestOptions, filterRequestOptionsByPatterns, urlPatternSchema, Request, serviceLocator, } from '@crawlee/browser';
|
|
3
|
+
import { parseArgument, schemas } from '@crawlee/utils/internal';
|
|
4
|
+
import { z } from 'zod';
|
|
5
5
|
import { addInterceptRequestHandler, removeInterceptRequestHandler } from '../utils/puppeteer_request_interception.js';
|
|
6
6
|
const STARTING_Z_INDEX = 2147400000;
|
|
7
|
-
const
|
|
7
|
+
const getLog = () => serviceLocator.getChildLog('Puppeteer Click Elements');
|
|
8
|
+
const enqueueLinksByClickingElementsOptionsSchema = z.strictObject({
|
|
9
|
+
page: schemas.objectWithKeys(['goto', 'evaluate']),
|
|
10
|
+
requestManager: schemas.objectWithKeys(['fetchNextRequest', 'addRequestsBatched']),
|
|
11
|
+
selector: z.string(),
|
|
12
|
+
userData: schemas.anyObject.optional(),
|
|
13
|
+
clickOptions: schemas.anyObject.optional(),
|
|
14
|
+
include: schemas.arrayOf(urlPatternSchema, 'URL patterns').optional(),
|
|
15
|
+
exclude: schemas.arrayOf(urlPatternSchema, 'URL patterns').optional(),
|
|
16
|
+
transformRequestFunction: schemas.anyFunction.optional(),
|
|
17
|
+
waitForPageIdleSecs: schemas.anyNumber.default(1),
|
|
18
|
+
maxWaitForPageIdleSecs: schemas.anyNumber.default(5),
|
|
19
|
+
label: z.string().optional(),
|
|
20
|
+
forefront: z.boolean().optional(),
|
|
21
|
+
skipNavigation: z.boolean().optional(),
|
|
22
|
+
onSkippedRequest: schemas.anyFunction.optional(),
|
|
23
|
+
});
|
|
8
24
|
/**
|
|
9
25
|
* The function finds elements matching a specific CSS selector in a Puppeteer page,
|
|
10
26
|
* clicks all those elements using a mouse move and a left mouse button click and intercepts
|
|
@@ -14,8 +30,7 @@ const log = log_.child({ prefix: 'Puppeteer Click Elements' });
|
|
|
14
30
|
* in `href` elements, but rather navigations are triggered in click handlers.
|
|
15
31
|
* If you're looking to find URLs in `href` attributes of the page, see {@link enqueueLinks}.
|
|
16
32
|
*
|
|
17
|
-
* Optionally, the function allows you to filter the target links' URLs using an array of
|
|
18
|
-
* and override settings of the enqueued {@link Request} objects.
|
|
33
|
+
* Optionally, the function allows you to filter the target links' URLs using an array of glob or regexp patterns.
|
|
19
34
|
*
|
|
20
35
|
* **IMPORTANT**: To be able to do this, this function uses various mutations on the page,
|
|
21
36
|
* such as changing the Z-index of elements being clicked and their visibility. Therefore,
|
|
@@ -35,11 +50,11 @@ const log = log_.child({ prefix: 'Puppeteer Click Elements' });
|
|
|
35
50
|
* ```javascript
|
|
36
51
|
* await utils.puppeteer.enqueueLinksByClickingElements({
|
|
37
52
|
* page,
|
|
38
|
-
*
|
|
53
|
+
* requestManager,
|
|
39
54
|
* selector: 'a.product-detail',
|
|
40
|
-
*
|
|
41
|
-
* 'https://www.example.com/handbags
|
|
42
|
-
* 'https://www.example.com/purses
|
|
55
|
+
* include: [
|
|
56
|
+
* 'https://www.example.com/handbags/*',
|
|
57
|
+
* 'https://www.example.com/purses/*',
|
|
43
58
|
* ],
|
|
44
59
|
* });
|
|
45
60
|
* ```
|
|
@@ -47,48 +62,12 @@ const log = log_.child({ prefix: 'Puppeteer Click Elements' });
|
|
|
47
62
|
* @returns Promise that resolves to {@link BatchAddRequestsResult} object.
|
|
48
63
|
*/
|
|
49
64
|
export async function enqueueLinksByClickingElements(options) {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
requestQueue: ow.object.hasKeys('fetchNextRequest', 'addRequest'),
|
|
53
|
-
selector: ow.string,
|
|
54
|
-
userData: ow.optional.object,
|
|
55
|
-
clickOptions: ow.optional.object.hasKeys('clickCount', 'delay'),
|
|
56
|
-
pseudoUrls: ow.optional.array.ofType(ow.any(ow.string, ow.object.hasKeys('purl'))),
|
|
57
|
-
globs: ow.optional.array.ofType(ow.any(ow.string, ow.object.hasKeys('glob'))),
|
|
58
|
-
regexps: ow.optional.array.ofType(ow.any(ow.regExp, ow.object.hasKeys('regexp'))),
|
|
59
|
-
exclude: ow.optional.array.ofType(ow.any(ow.string, ow.regExp, ow.object.hasKeys('glob'), ow.object.hasKeys('regexp'))),
|
|
60
|
-
transformRequestFunction: ow.optional.function,
|
|
61
|
-
waitForPageIdleSecs: ow.optional.number,
|
|
62
|
-
maxWaitForPageIdleSecs: ow.optional.number,
|
|
63
|
-
label: ow.optional.string,
|
|
64
|
-
forefront: ow.optional.boolean,
|
|
65
|
-
skipNavigation: ow.optional.boolean,
|
|
66
|
-
}));
|
|
67
|
-
const { page, requestQueue, selector, clickOptions, pseudoUrls, globs, regexps, transformRequestFunction, waitForPageIdleSecs = 1, maxWaitForPageIdleSecs = 5, forefront, exclude, } = options;
|
|
65
|
+
const parsedOptions = parseArgument(options, enqueueLinksByClickingElementsOptionsSchema, 'EnqueueLinksByClickingElementsOptions');
|
|
66
|
+
const { page, requestManager, selector, clickOptions, include, exclude, transformRequestFunction, waitForPageIdleSecs, maxWaitForPageIdleSecs, forefront, onSkippedRequest, } = parsedOptions;
|
|
68
67
|
const waitForPageIdleMillis = waitForPageIdleSecs * 1000;
|
|
69
68
|
const maxWaitForPageIdleMillis = maxWaitForPageIdleSecs * 1000;
|
|
70
|
-
const urlExcludePatternObjects = [];
|
|
71
|
-
const urlPatternObjects = [];
|
|
72
|
-
if (exclude?.length) {
|
|
73
|
-
for (const excl of exclude) {
|
|
74
|
-
if (typeof excl === 'string' || 'glob' in excl) {
|
|
75
|
-
urlExcludePatternObjects.push(...constructGlobObjectsFromGlobs([excl]));
|
|
76
|
-
}
|
|
77
|
-
else if (excl instanceof RegExp || 'regexp' in excl) {
|
|
78
|
-
urlExcludePatternObjects.push(...constructRegExpObjectsFromRegExps([excl]));
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
if (pseudoUrls?.length) {
|
|
83
|
-
log.deprecated('`pseudoUrls` option is deprecated, use `globs` or `regexps` instead');
|
|
84
|
-
urlPatternObjects.push(...constructRegExpObjectsFromPseudoUrls(pseudoUrls));
|
|
85
|
-
}
|
|
86
|
-
if (globs?.length) {
|
|
87
|
-
urlPatternObjects.push(...constructGlobObjectsFromGlobs(globs));
|
|
88
|
-
}
|
|
89
|
-
if (regexps?.length) {
|
|
90
|
-
urlPatternObjects.push(...constructRegExpObjectsFromRegExps(regexps));
|
|
91
|
-
}
|
|
69
|
+
const urlExcludePatternObjects = exclude?.length ? constructUrlPatternObjects(exclude) : [];
|
|
70
|
+
const urlPatternObjects = include?.length ? constructUrlPatternObjects(include) : [];
|
|
92
71
|
const interceptedRequests = await clickElementsAndInterceptNavigationRequests({
|
|
93
72
|
page,
|
|
94
73
|
selector,
|
|
@@ -96,12 +75,21 @@ export async function enqueueLinksByClickingElements(options) {
|
|
|
96
75
|
maxWaitForPageIdleMillis,
|
|
97
76
|
clickOptions,
|
|
98
77
|
});
|
|
99
|
-
|
|
78
|
+
const requestOptions = createRequestOptions(interceptedRequests, parsedOptions);
|
|
79
|
+
const skippedByFilters = [];
|
|
80
|
+
let filteredOptions = filterRequestOptionsByPatterns(requestOptions, urlPatternObjects.length > 0 ? urlPatternObjects : undefined, urlExcludePatternObjects, undefined, (url) => skippedByFilters.push(url));
|
|
81
|
+
if (onSkippedRequest && skippedByFilters.length > 0) {
|
|
82
|
+
await Promise.all(skippedByFilters.map(async (url) => onSkippedRequest({ url, reason: 'filters' })));
|
|
83
|
+
}
|
|
100
84
|
if (transformRequestFunction) {
|
|
101
|
-
|
|
85
|
+
const skippedByTransform = [];
|
|
86
|
+
filteredOptions = applyRequestTransform(filteredOptions, transformRequestFunction, (r) => skippedByTransform.push(r));
|
|
87
|
+
if (onSkippedRequest && skippedByTransform.length > 0) {
|
|
88
|
+
await Promise.all(skippedByTransform.map(async (r) => onSkippedRequest({ url: r.url, reason: 'transform' })));
|
|
89
|
+
}
|
|
102
90
|
}
|
|
103
|
-
const requests =
|
|
104
|
-
const { addedRequests } = await
|
|
91
|
+
const requests = filteredOptions.map((opts) => new Request(opts));
|
|
92
|
+
const { addedRequests } = await requestManager.addRequestsBatched(requests, { forefront });
|
|
105
93
|
return { processedRequests: addedRequests, unprocessedRequests: [] };
|
|
106
94
|
}
|
|
107
95
|
/**
|
|
@@ -142,6 +130,7 @@ function createInterceptRequestHandler(page, requests) {
|
|
|
142
130
|
url,
|
|
143
131
|
headers: req.headers(),
|
|
144
132
|
method: req.method(),
|
|
133
|
+
// oxlint-disable-next-line typescript/no-deprecated -- fetchPostData() is async and adds a CDP roundtrip per request; keep the sync page-cached read
|
|
145
134
|
payload: req.postData(),
|
|
146
135
|
}));
|
|
147
136
|
if (req.redirectChain().length) {
|
|
@@ -175,7 +164,9 @@ function createTargetCreatedHandler(page, requests) {
|
|
|
175
164
|
await createdPage.close();
|
|
176
165
|
}
|
|
177
166
|
catch (err) {
|
|
178
|
-
|
|
167
|
+
getLog().debug('enqueueLinksByClickingElements: Could not close spawned page.', {
|
|
168
|
+
error: err.stack,
|
|
169
|
+
});
|
|
179
170
|
}
|
|
180
171
|
};
|
|
181
172
|
}
|
|
@@ -184,6 +175,7 @@ function createTargetCreatedHandler(page, requests) {
|
|
|
184
175
|
* There will generally be a lot of other targets being created in the browser.
|
|
185
176
|
*/
|
|
186
177
|
export function isTargetRelevant(page, target) {
|
|
178
|
+
// oxlint-disable-next-line typescript/no-deprecated -- the non-deprecated replacement (opener.page()) is async and would force every call site to await, including EventEmitter callbacks
|
|
187
179
|
return target.type() === 'page' && page.target() === target.opener();
|
|
188
180
|
}
|
|
189
181
|
/**
|
|
@@ -230,8 +222,12 @@ async function preventHistoryNavigation(page) {
|
|
|
230
222
|
* @ignore
|
|
231
223
|
*/
|
|
232
224
|
export async function clickElements(page, selector, clickOptions) {
|
|
225
|
+
// Puppeteer 25 removed the deprecated `clickCount` option in favor of `count`, older versions ignore `count`, so we pass both.
|
|
226
|
+
if (clickOptions?.clickCount !== undefined && clickOptions.count === undefined) {
|
|
227
|
+
clickOptions = { ...clickOptions, count: clickOptions.clickCount };
|
|
228
|
+
}
|
|
233
229
|
const elementHandles = await page.$$(selector);
|
|
234
|
-
|
|
230
|
+
getLog().debug(`enqueueLinksByClickingElements: There are ${elementHandles.length} elements to click.`);
|
|
235
231
|
let clickedElementsCount = 0;
|
|
236
232
|
let zIndex = STARTING_Z_INDEX;
|
|
237
233
|
let shouldLogWarning = true;
|
|
@@ -244,15 +240,15 @@ export async function clickElements(page, selector, clickOptions) {
|
|
|
244
240
|
catch (err) {
|
|
245
241
|
const e = err;
|
|
246
242
|
if (shouldLogWarning && e.stack.includes('is detached from document')) {
|
|
247
|
-
|
|
243
|
+
getLog().warning(`An element with selector ${selector} that you're trying to click has been removed from the page. ` +
|
|
248
244
|
'This was probably caused by an earlier click which triggered some JavaScript on the page that caused it to change. ' +
|
|
249
245
|
'If you\'re trying to enqueue pagination links, we suggest using the "next" button, if available and going one by one.');
|
|
250
246
|
shouldLogWarning = false;
|
|
251
247
|
}
|
|
252
|
-
|
|
248
|
+
getLog().debug('enqueueLinksByClickingElements: Click failed.', { stack: e.stack });
|
|
253
249
|
}
|
|
254
250
|
}
|
|
255
|
-
|
|
251
|
+
getLog().debug(`enqueueLinksByClickingElements: Successfully clicked ${clickedElementsCount} elements out of ${elementHandles.length}`);
|
|
256
252
|
}
|
|
257
253
|
/* istanbul ignore next */
|
|
258
254
|
/**
|
|
@@ -289,7 +285,6 @@ function updateElementCssToEnableMouseClick(el, zIndex) {
|
|
|
289
285
|
async function waitForPageIdle({ page, waitForPageIdleMillis, maxWaitForPageIdleMillis, }) {
|
|
290
286
|
return new Promise((resolve) => {
|
|
291
287
|
let timeout;
|
|
292
|
-
let maxTimeout;
|
|
293
288
|
const context = page.browserContext();
|
|
294
289
|
function newTabTracker(target) {
|
|
295
290
|
if (isTargetRelevant(page, target))
|
|
@@ -303,7 +298,7 @@ async function waitForPageIdle({ page, waitForPageIdleMillis, maxWaitForPageIdle
|
|
|
303
298
|
}, waitForPageIdleMillis);
|
|
304
299
|
}
|
|
305
300
|
function maxTimeoutHandler() {
|
|
306
|
-
|
|
301
|
+
getLog().debug(`enqueueLinksByClickingElements: Page still showed activity after ${maxWaitForPageIdleMillis}ms. ` +
|
|
307
302
|
'This is probably due to the website itself dispatching requests, but some links may also have been missed.');
|
|
308
303
|
finish();
|
|
309
304
|
}
|
|
@@ -313,7 +308,7 @@ async function waitForPageIdle({ page, waitForPageIdleMillis, maxWaitForPageIdle
|
|
|
313
308
|
context.off('targetcreated', newTabTracker);
|
|
314
309
|
resolve();
|
|
315
310
|
}
|
|
316
|
-
maxTimeout = setTimeout(maxTimeoutHandler, maxWaitForPageIdleMillis);
|
|
311
|
+
const maxTimeout = setTimeout(maxTimeoutHandler, maxWaitForPageIdleMillis);
|
|
317
312
|
activityHandler(); // We call this once manually in case there would be no requests at all.
|
|
318
313
|
page.on('request', activityHandler);
|
|
319
314
|
page.on('framenavigated', activityHandler);
|
|
@@ -337,8 +332,7 @@ async function restoreHistoryNavigationAndSaveCapturedUrls(page, requests) {
|
|
|
337
332
|
requests.add(JSON.stringify({ url }));
|
|
338
333
|
}
|
|
339
334
|
catch (err) {
|
|
340
|
-
|
|
335
|
+
getLog().debug('enqueueLinksByClickingElements: Failed to ', { error: err.stack });
|
|
341
336
|
}
|
|
342
337
|
});
|
|
343
338
|
}
|
|
344
|
-
//# sourceMappingURL=click-elements.js.map
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { Configuration } from '@crawlee/browser';
|
|
2
|
+
import type { BrowserPool, BrowserPoolHooks, BrowserPoolOptions, PuppeteerPlugin, RemoteBrowserPool, RemoteBrowserPoolOptions } from '@crawlee/browser-pool';
|
|
3
|
+
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
4
|
+
import type { Page } from 'puppeteer';
|
|
5
|
+
import type { PuppeteerLaunchContext } from './puppeteer-launcher.js';
|
|
6
|
+
/** A {@link BrowserPool} of Puppeteer browsers, as built by {@link puppeteerBrowserPool}. */
|
|
7
|
+
export type PuppeteerBrowserPool = BrowserPool<{
|
|
8
|
+
browserPlugins: [PuppeteerPlugin];
|
|
9
|
+
}, [PuppeteerPlugin]>;
|
|
10
|
+
export interface PuppeteerBrowserPoolOptions extends Omit<BrowserPoolOptions, 'browserPlugins'>, BrowserPoolHooks<ReturnType<PuppeteerPlugin['createController']>, ReturnType<PuppeteerPlugin['createLaunchContext']>, Page> {
|
|
11
|
+
/** How to launch the browser: proxy, user data dir, whether to use full Chrome, ... */
|
|
12
|
+
launchContext?: PuppeteerLaunchContext;
|
|
13
|
+
/**
|
|
14
|
+
* Whether to run the browser in headless mode. Shorthand for `launchContext.launchOptions.headless`.
|
|
15
|
+
* Defaults to `true`, and can also be set via {@link Configuration}.
|
|
16
|
+
*/
|
|
17
|
+
headless?: boolean | 'new' | 'old';
|
|
18
|
+
/** Configuration to read the browser defaults from. Defaults to the global configuration. */
|
|
19
|
+
configuration?: Configuration;
|
|
20
|
+
}
|
|
21
|
+
export interface RemotePuppeteerBrowserPoolOptions extends Pick<PuppeteerBrowserPoolOptions, 'launchContext' | 'headless' | 'configuration'>, Omit<RemoteBrowserPoolOptions, 'browserPlugins'> {
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Builds a {@link BrowserPool} of Puppeteer browsers to pass to a {@link PuppeteerCrawler} as its
|
|
25
|
+
* {@link BrowserCrawlerOptions.browserPool|`browserPool`}.
|
|
26
|
+
*
|
|
27
|
+
* It accepts every {@link BrowserPoolOptions|`BrowserPool` option} plus the crawler's own `launchContext` and
|
|
28
|
+
* `headless`, and derives the browser plugin from them - so a pool built here always matches the crawler it is
|
|
29
|
+
* given to, and configuring one never means assembling a {@link PuppeteerPlugin} by hand.
|
|
30
|
+
*
|
|
31
|
+
* **Example usage:**
|
|
32
|
+
*
|
|
33
|
+
* ```javascript
|
|
34
|
+
* const crawler = new PuppeteerCrawler({
|
|
35
|
+
* browserPool: puppeteerBrowserPool({ maxOpenPagesPerBrowser: 1 }),
|
|
36
|
+
* requestHandler: async ({ page }) => { ... },
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* The returned pool is *not* torn down by the crawler, which is what makes it shareable between crawlers.
|
|
41
|
+
*
|
|
42
|
+
* @category Browser management
|
|
43
|
+
*/
|
|
44
|
+
export declare function puppeteerBrowserPool(options?: PuppeteerBrowserPoolOptions): PuppeteerBrowserPool;
|
|
45
|
+
/**
|
|
46
|
+
* The {@link RemoteBrowserPool} counterpart of {@link puppeteerBrowserPool}: connects to a remote browser
|
|
47
|
+
* service (Browserbase, Browserless, Steel, ...) with a Puppeteer plugin derived from `launchContext`.
|
|
48
|
+
*
|
|
49
|
+
* A {@link PuppeteerCrawler} accepts the same connection details directly via
|
|
50
|
+
* {@link BrowserCrawlerOptions.remoteBrowser|`remoteBrowser`}; reach for this factory when you also need to
|
|
51
|
+
* tune the wrapping pool, or to share one remote pool between crawlers.
|
|
52
|
+
*
|
|
53
|
+
* @category Browser management
|
|
54
|
+
*/
|
|
55
|
+
export declare function remotePuppeteerBrowserPool(options: RemotePuppeteerBrowserPoolOptions): RemoteBrowserPool<Page>;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { PuppeteerLauncher } from './puppeteer-launcher.js';
|
|
2
|
+
/**
|
|
3
|
+
* Builds a {@link BrowserPool} of Puppeteer browsers to pass to a {@link PuppeteerCrawler} as its
|
|
4
|
+
* {@link BrowserCrawlerOptions.browserPool|`browserPool`}.
|
|
5
|
+
*
|
|
6
|
+
* It accepts every {@link BrowserPoolOptions|`BrowserPool` option} plus the crawler's own `launchContext` and
|
|
7
|
+
* `headless`, and derives the browser plugin from them - so a pool built here always matches the crawler it is
|
|
8
|
+
* given to, and configuring one never means assembling a {@link PuppeteerPlugin} by hand.
|
|
9
|
+
*
|
|
10
|
+
* **Example usage:**
|
|
11
|
+
*
|
|
12
|
+
* ```javascript
|
|
13
|
+
* const crawler = new PuppeteerCrawler({
|
|
14
|
+
* browserPool: puppeteerBrowserPool({ maxOpenPagesPerBrowser: 1 }),
|
|
15
|
+
* requestHandler: async ({ page }) => { ... },
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* The returned pool is *not* torn down by the crawler, which is what makes it shareable between crawlers.
|
|
20
|
+
*
|
|
21
|
+
* @category Browser management
|
|
22
|
+
*/
|
|
23
|
+
export function puppeteerBrowserPool(options = {}) {
|
|
24
|
+
const { launchContext, headless, configuration, ...poolOptions } = options;
|
|
25
|
+
return puppeteerLauncher(launchContext, headless, configuration).createBrowserPool(poolOptions);
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* The {@link RemoteBrowserPool} counterpart of {@link puppeteerBrowserPool}: connects to a remote browser
|
|
29
|
+
* service (Browserbase, Browserless, Steel, ...) with a Puppeteer plugin derived from `launchContext`.
|
|
30
|
+
*
|
|
31
|
+
* A {@link PuppeteerCrawler} accepts the same connection details directly via
|
|
32
|
+
* {@link BrowserCrawlerOptions.remoteBrowser|`remoteBrowser`}; reach for this factory when you also need to
|
|
33
|
+
* tune the wrapping pool, or to share one remote pool between crawlers.
|
|
34
|
+
*
|
|
35
|
+
* @category Browser management
|
|
36
|
+
*/
|
|
37
|
+
export function remotePuppeteerBrowserPool(options) {
|
|
38
|
+
const { launchContext, headless, configuration, ...remoteOptions } = options;
|
|
39
|
+
return puppeteerLauncher(launchContext, headless, configuration).createRemoteBrowserPool(remoteOptions);
|
|
40
|
+
}
|
|
41
|
+
function puppeteerLauncher(launchContext = {}, headless, configuration) {
|
|
42
|
+
return new PuppeteerLauncher(headless == null
|
|
43
|
+
? launchContext
|
|
44
|
+
: {
|
|
45
|
+
...launchContext,
|
|
46
|
+
launchOptions: { ...launchContext.launchOptions, headless: headless },
|
|
47
|
+
}, configuration);
|
|
48
|
+
}
|