simonradier / node-red-contrib-selenium-wd2

Selenium nodes for Node-Red
Apache License 2.0
9 stars 7 forks source link

This package is no longer maintened, you can switch to node-red-contrib-simple-webdriver which provides the same set of feature but not based on selenium to avoid the dependency with Java.

node-red-contrib-selenium-wd2

Selenium-wd2 nodes for Node-Red allow web browser automation based on the Selenium-Webdriver API. Based on node-red-constrib-selenium-webdriver library, it was rewritten in Typescript to ease its maintenance, improve the overall stability and upgrade a little bit the set of features.

wd2 workflow example

Prerequisite

In order to use node-red-contrib-selenium-wd2, you must fullfill the following prerequisite :

Installation

Run

Launch Node-red node-red and the selenium-wd2 will be loaded automatically. You should see the list of node under the wd2 section.

wd2 section overview

Develop

If you want to contribute, you can install clone the project and run the following command :

To test it, you will have to :

Behavior

You will always have to start with an Some nodes will provide two outputs a success and a failure one.

Documentation

All nodes provides their own documentation directly inside node-red.

wd2 help overview