Skip to content

Commit 757c3a3

Browse files
authored
Merge branch 'main' into refactor/v2
2 parents 7b11423 + 0e46646 commit 757c3a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<a href="#license">License</a>
2222
</p>
2323

24+
2425
## Why Pydoll Exists
2526

2627
Picture this: you need to automate browser tasks. Maybe it's testing your web application, scraping data from websites, or automating repetitive processes. Traditionally, this meant dealing with external drivers, complex configurations, and a host of compatibility issues that seemed to appear out of nowhere.
@@ -144,6 +145,7 @@ async def bypass_cloudflare():
144145
asyncio.run(bypass_cloudflare())
145146
```
146147

148+
147149
### Advanced Element Finding
148150

149151
Pydoll offers multiple intuitive ways to find elements. No matter how you prefer to work, we have an approach that makes sense for you:

0 commit comments

Comments
 (0)