
Product
Introducing Data Exports
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.
vigilant-kit
Advanced tools
Minimal Selenium helpers that stay out of your way. Use any test runner (pytest, unittest, behave, raw scripts), keep full WebDriver control, and get convenience actions/assertions without a framework telling you how to structure tests.
pip install vigilant-kit
export SELENIUM_BROWSER=chrome SELENIUM_HOST=local BASE_URL=https://example.com
from vigilant.driver.vigilant_driver import VigilantDriver
def test_login():
browser = VigilantDriver()
browser.get_page("/login") \
.fill_form({"#email": "user@example.com", "#password": "secret"}) \
.click("#submit")
browser.assertions.see_text("Welcome")
browser.quit()
Use your runner of choice: pytest, unittest, behave, or a simple Python script.
Wait, Act, Assert
click()scroll_to()fill_form()switch_to_window()wait_for_element_to_be_visible()wait_for_element_to_be_clickable()wait_for_text_to_be_present_in_element()wait_for_element_to_disappear()see()dont_see()see_text()see_in_title()Minimal required methods for scraping some data:
get_text_from_element()get_attribute_from_element()get_cookie()save_data_to_txt()You're testing some eCommerce project, and you need to check your PDF invoice file? No problem!
find_pdf_file(),assert_strings_in_pdf(),assert_strings_not_in_pdf(),find_file_and_assert_strings_are_in(),And much more! Check list of all available - Actions
If you need something that is not covered in this library, you still have access to all native Selenium WebDriver
methods. You can create your own methods or use native WebDriver methods and share them on one browser session.
pip install vigilant-kit
unittest librarypytestvigilant-kit and pytestFAQs
Library that makes functional testing with Selenium WebDriver fast and easy.
We found that vigilant-kit 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
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.