Skip to main content

Library that makes functional testing with Selenium WebDriver fast and easy.

Project description

Vigilant Kit

Vigilant is a set of tools designed to help write and run robust functional tests using Selenium WebDriver. With Vigilant, you can start writing complex test cases in a minute.

Why Vigilant?

  • Easy to start & Fast To Write: Vigilant provides you with methods that help you write functional tests quickly without spending time on writing boilerplate code every time you start a new project.
  • No limit in usage: You are not limited to a single testing framework; you can use Vigilant with unittest, pytest, or for scrapping data. It's just a tool, use it as you want.
  • Stability: We use Selenium WebDriver. It is a W3C standard.
    • WebDriver drives a browser natively, as a user would, either locally or on a remote machine using the Selenium server.
    • WebDriver is designed as a simple and more concise programming interface.
    • WebDriver is a compact object-oriented API.
    • It drives the browser effectively.

What it includes?

Vigilant provide a suite of methods designed for efficient browser interaction, robust assertion of various conditions, and adaptive waiting mechanisms to accommodate different states and conditions.

Interacting with WebBrowser

  • click() - click on element when it visible and scrolled in to the view;
  • scroll_to() - easy scroll to the element when necessary;
  • fill_form() - fill form with many fields without repetitive;
  • switch_to_window() - work with multiply browser windows without any issues;
  • ...

Assertions - included!

Their names speak for themselves

  • see()
  • dont_see()
  • see_text()
  • see_in_title()
  • ...

Waiters

Waiting conditions are already here!

  • 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()
  • ...

And much more! Check list of all available - Actions

Extending Functionality

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.

Install

pip install vigilant-kit

Docs

Configuration

Examples & tutorials

Actions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vigilant_kit-1.4.2.tar.gz (34.9 kB view hashes)

Uploaded Source

Built Distribution

vigilant_kit-1.4.2-py3-none-any.whl (22.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page