scrapling / test_tools.py
GraziePrego's picture
Upload original Scraper_hub repo as-is
eb37804 verified
raw
history blame contribute delete
121 Bytes
from src.utils.browser_tools import get_all_browser_tools
tools = get_all_browser_tools()
print([t.name for t in tools])