A plugin for playwright to prevent detection.
Project description
playwright-spy [
A plugin for playwright-python to prevent detection.
Install
pip install playwright-spy
Usage
from playwright.sync_api import sync_playwright
import playwright_spy
with sync_playwright() as p:
browser = p.chromium.launch()
page = browser.new_page()
playwright_spy.load_sync(page)
page.goto("https://bot.sannysoft.com/")
page.screenshot(path="example.png", full_page=True)
browser.close()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
playwright-spy-1.0.0.tar.gz
(18.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file playwright-spy-1.0.0.tar.gz.
File metadata
- Download URL: playwright-spy-1.0.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be556564d0b2bbf73d4351c178c22b1192ed66cf870317581541d88b74acc99e
|
|
| MD5 |
1e1f62d31674e4708fe5a782f499a061
|
|
| BLAKE2b-256 |
b4b4985d2494a24cc60520ad9e398f807698f38aac32746612d455f79e82e90e
|
File details
Details for the file playwright_spy-1.0.0-py3-none-any.whl.
File metadata
- Download URL: playwright_spy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f39281645471a0ecaaa3f5f555ebb213c500e8fb686eab825d46322a1f5339eb
|
|
| MD5 |
7f07e4b11b34cefd1dc63aaed86e4f2f
|
|
| BLAKE2b-256 |
907fe1fd4367e97a47e59713c1903108aee1f774c82f6c3cb55efec73f64c6b9
|