# ✨️ Overview DrissionPage is a python-based web page automation tool. It can control the browser, send and receive data packets, and combine the two into one. It can take into account the convenience of browser automation and the high efficiency of requests. It is powerful and has countless built-in user-friendly designs and convenient functions. Its syntax is concise and elegant, the amount of code is small, and it is friendly to novices. ---  star Project address: [gitee](https://gitee.com/g1879/DrissionPage) | [github](https://github.com/g1879/DrissionPage) Your star is my greatest supportπŸ’– --- Supported systems: Windows, Linux, Mac python version: 3.6 and above Supported browsers: Chromium core browsers (such as Chrome and Edge), electron applications --- # πŸ›  How to use **πŸ“– Usage documentation:** [Click to view](https://drissionpage.cn) **Communication QQ group:** 636361957 --- # πŸ“• background When using requests for data collection, when facing a website to log in to, you have to analyze data packets and JS source code, construct complex requests, and often have to deal with anti-crawling methods such as verification codes, JS obfuscation, and signature parameters. The threshold is high and the development efficiency is low. high. Using a browser can largely bypass these pitfalls, but the browser is not very efficient. Therefore, the original intention of this library is to combine them into one and achieve "fast writing" and "fast running" at the same time. It can switch the corresponding mode when different needs are needed, and provide a humanized usage method to improve development and operation efficiency. In addition to merging the two, this library also encapsulates commonly used functions in web page units, providing very simple operations and statements, allowing users to reduce considerations of details and focus on function implementation. Implement powerful functions in a simple way and make your code more elegant. The previous version was implemented by repackaging selenium. Starting from 3.0, the author started from scratch, redeveloped the bottom layer, got rid of the dependence on selenium, enhanced functions, and improved operating efficiency. --- # πŸ’‘ Concept Simple yet powerful! --- # β˜€οΈ Features and Highlights After long-term practice, the author has stepped through countless pitfalls, and all the experiences he has summarized have been written down in this library. ## πŸŽ‡ Powerful self-developed core This library uses a fully self-developed kernel, has built-in N number of practical functions, and has integrated and optimized common functions. Compared with selenium, it has the following advantages: - Not base on webdriver - No need to download different drivers for different browser versions - Runs faster - Can find elements across `