Web Automation

Learn how to use BELLATRIX Web test framework.

Overview

Control browsers with BELLATRIX web module. Ability to restart every time to make sure that new browser comes with new cookies and cache, restart on fail or reused if the previous test’s browser was the same.

Wait Elements

Perform an action against an element only when a specific condition is true. Waits for the element to exist or not, to be visible, clickable, disabled. Learn more.

CookiesService

You need to make sure that you have navigated to the desired web page. Get all cookies, Get a specific cookie by name, Delete all cookies, Delete a specific cookie by name. Add a new cookie. Learn more.

30+ web components

Includes only the actions that you should be able to do with the specific component and nothing more. Learn more.

Web Extendability

Execute your code on each component action, add additional logic to core framework methods and easily set anything to file configuration. Check all extensibility options: