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
Copy file name to clipboardExpand all lines: README.md
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,29 +33,21 @@ We believe that powerful automation shouldn't require you to become a configurat
33
33
34
34
## What Makes Pydoll Special
35
35
36
-
**Genuine Simplicity**
37
-
We don't want you wasting time configuring drivers or dealing with compatibility issues. With Pydoll, you install and you're ready to automate.
36
+
**Genuine Simplicity**: We don't want you wasting time configuring drivers or dealing with compatibility issues. With Pydoll, you install and you're ready to automate.
38
37
39
-
**Truly Human Interactions**
40
-
Our algorithms simulate real human behavior patterns - from timing between clicks to how the mouse moves across the screen.
38
+
**Truly Human Interactions**: Our algorithms simulate real human behavior patterns - from timing between clicks to how the mouse moves across the screen.
41
39
42
-
**Native Async Performance**
43
-
Built from the ground up with `asyncio`, Pydoll doesn't just support asynchronous operations - it was designed for them.
40
+
**Native Async Performance**: Built from the ground up with `asyncio`, Pydoll doesn't just support asynchronous operations - it was designed for them.
44
41
45
-
**Integrated Intelligence**
46
-
Automatic bypass of Cloudflare Turnstile and reCAPTCHA v3 captchas, without external services or complex configurations.
42
+
**Integrated Intelligence**: Automatic bypass of Cloudflare Turnstile and reCAPTCHA v3 captchas, without external services or complex configurations.
47
43
48
-
**Powerful Network Monitoring**
49
-
Intercept, modify, and analyze all network traffic with ease, giving you complete control over requests.
44
+
**Powerful Network Monitoring**: Intercept, modify, and analyze all network traffic with ease, giving you complete control over requests.
50
45
51
-
**Event-Driven Architecture**
52
-
React to page events, network requests, and user interactions in real-time.
46
+
**Event-Driven Architecture**: React to page events, network requests, and user interactions in real-time.
53
47
54
-
**Intuitive Element Finding**
55
-
Modern `find()` and `query()` methods that make sense and work as you'd expect.
48
+
**Intuitive Element Finding**: Modern `find()` and `query()` methods that make sense and work as you'd expect.
56
49
57
-
**Robust Type Safety**
58
-
Comprehensive type system for better IDE support and error prevention.
50
+
**Robust Type Safety**: Comprehensive type system for better IDE support and error prevention.
0 commit comments