phantomwright-driver 1.58.2 → 1.58.3
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 +0 -15
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -39,21 +39,6 @@
|
|
|
39
39
|
<details open>
|
|
40
40
|
<summary><h3>Sponsors</h1></summary>
|
|
41
41
|
|
|
42
|
-
<a href="https://hyperbrowser.ai/"><img alt="Hyperbrowser Banner Ad" src="https://github.com/user-attachments/assets/7132b07b-8543-4381-9b9d-02f706f5db4b" width="80%"/></a>
|
|
43
|
-
</br>
|
|
44
|
-
If you’re looking for a high-performance browser automation platform checkout [**Hyperbrowser**](https://hyperbrowser.ai/). It’s ideal for AI Agents, large-scale web scraping and automated testing. </br>
|
|
45
|
-
[**Hyperbrowser**](https://hyperbrowser.ai/) delivers cloud-based browser infrastructure that scales instantly from a few sessions to thousands, with built-in CAPTCHA solving, stealth fingerprinting, and a global proxy network. It integrates seamlessly with Puppeteer, Playwright, and Selenium, so you can be up and running in minutes, no server or proxy management required.
|
|
46
|
-
|
|
47
|
-
Key Features:
|
|
48
|
-
- **Instant scaling**: Launch 1,000+ concurrent browsers
|
|
49
|
-
- **Captcha Solving**: Handles reCAPTCHA, Cloudflare, AWS, and more
|
|
50
|
-
- **Stealth mode**: Dynamic, human-like fingerprints for undetectable automation
|
|
51
|
-
- **Global proxy network**: 170+ countries with rotation and geo-targeting
|
|
52
|
-
- **Built-in debugging**: Live view and session replay for real-time monitoring
|
|
53
|
-
- **1-line integration**: Works with Puppeteer, Playwright, Selenium in Node.js or Python
|
|
54
|
-
|
|
55
|
-
👉 Learn more at [**hyperbrowser.ai**](https://hyperbrowser.ai/)
|
|
56
|
-
|
|
57
42
|
</details>
|
|
58
43
|
|
|
59
44
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phantomwright-driver",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.58.3",
|
|
4
4
|
"description": "A high-level API to automate web browsers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"license": "Apache-2.0",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"phantomwright-driver-core": "
|
|
67
|
+
"phantomwright-driver-core": "1.58.3"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
70
|
"fsevents": "2.3.2"
|