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 for Components
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.
Cookies Service
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 componet and nothing more. Learn more.
Switching Between Playwright and Selenium
Seamless switching between Playwright and Selenium engines. Learn more.