robotframework-chromefortesting

Seamless 'Chrome for Testing' for Robot Framework.

GPL-3.0 License

Downloads
43
Stars
3
Committers
1

robotframework-chromefortesting πŸ‡ΊπŸ‡¦

The only library for seamless setup of Chrome for Testing (CfT) in and within Robot Framework.

For detailed information on CfT, refer to the official CfT documentation:

πŸ“– Overview

This library provides an automated installation and initialisation of Chrome for Testing. Dynamically ensures a consistent automation testing environment across multiple platforms. Safeguarded for automatical update and repair.

πŸ“¦ Instalation

pip install robotframework-chromefortesting

It is highly recommended to use a virtual environment.

πŸ”¨ Usage

In your Robot Framework script:

*** Settings ***
Library    ChromeForTesting    ${channel}=Stable    ${headless}=${False}
Package Rankings
Top 38.77% on Pypi.org