Update markdown and initial code
This commit is contained in:
9
utils/stealth.py
Normal file
9
utils/stealth.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from playwright_stealth import Stealth
|
||||
|
||||
async def stealth_async(page):
|
||||
"""
|
||||
Apply stealth settings to the page.
|
||||
Wrapper around Stealth().apply_stealth_async(page)
|
||||
"""
|
||||
stealth = Stealth()
|
||||
await stealth.apply_stealth_async(page)
|
||||
Reference in New Issue
Block a user