
Product
Introducing PHP and Composer Support in Socket
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.
pywebcapture
Advanced tools
A package that allows users to capture full-page screenshots of websites using Selenium and Chrome webdriver.
A package that allows users to capture full-page screenshots of websites using Selenium and Chrome webdriver.
Tested with Python version 3.8.3
pip install pywebcaptureImport the modules:
from pywebcapture import loader, driver
Use the CSVLoader to load your csv file containing the urls and optional file names:
Options:
csv_file = loader.CSVLoader("example.csv", True, 3, None)
Call the get_uri_dict() method from the CSVLoader instance, this parses the CSV into a Python dictionary:
uri_dict = csv_file.get_uri_dict()
Create instance of the web driver:
Options:
d = driver.Driver("path/to/chrome/webdriver", None, 3, uri_dict)
Run the driver, this will loop through all uri's, get the maximum scrollheight and then take a screenshot
d.run()
FAQs
A package that allows users to capture full-page screenshots of websites using Selenium and Chrome webdriver.
We found that pywebcapture demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.