Complete Phase 2: Browser JavaScript integration with script_before/script_after support

This commit is contained in:
Crawailer Developer 2025-09-14 21:37:13 -06:00
parent 05df964ce1
commit e544086e6b
5 changed files with 247 additions and 9 deletions

View file

@ -98,3 +98,8 @@ warn_unused_configs = true
[tool.pytest.ini_options]
testpaths = ["tests"]
asyncio_mode = "auto"
[dependency-groups]
dev = [
"aiohttp>=3.12.15",
]