A crawler for web pages.
Security Note: This is an implementation of a crawler that uses a browser via Playwright.
This crawler can be used to load arbitrary webpages INCLUDING content
from the local file system.
Control access to who can submit crawling requests and what network access
the crawler has.
Make sure to scope permissions to the minimal permissions necessary for
the application.
See https://docs.langchain.com/oss/python/security-policy for more information.
Navigate to the given URL.
Scroll the page in the given direction.
Click on an element with the given id.
Type text into an element with the given id.
Press the Enter key.
Crawl the current page.