MerchantryTidbits

browser-automation / library

DrissionPage

Capability: DrissionPage

Use it when

  • Python browser automation combining requests and browser modes
  • scrape sites that need both speed and JS rendering

What it solves

Install

pip install DrissionPage

Invoke

from DrissionPage import ChromiumPage; page = ChromiumPage(); page.get(url)

Alternatives

No reviewed alternatives recorded yet.