topological-nodered-wdio 0.5.4

Open source WebdriverIO nodes for Node-RED

npm install topological-nodered-wdio

Node Red nodes for Webdriver IO test framework. The nodes are similar to nodes (https://flows.nodered.org/node/node-red-contrib-wdio). We created a new project as we are planning to customize needed for our organization.

Usage

The "new session" node creates a Selenium Webdriver session with the configured provider, or local Webdriver server. The session is stored at the Flow level, so can be reused by downstream webdriverIO nodes in the same flow.

If any nodes encounter an error, for example unable to locate a given element on a page, an error will be thrown. This can be caught by a global catch node and actioned appropriately.

After a flow completes, close the Selenium session using the "delete session" node. Alternatively, when Node Red exits, any open Selenium sessions will be closed.

Contributing

Pull requests are welcomed for bug fixes, new nodes, and new features. Please push your changes in a branch and initiate a Pull Request against master.

Node Info

Version: 0.5.4
Updated 5 months, 2 weeks ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

1 in the last week

Nodes

  • delete-session
  • element-action
  • new-session
  • browser-action
  • element-check
  • alert-action
  • dropdown-action
  • window-action
  • frame-action
  • execute-script
  • explicit-wait
  • implicit-wait-config
  • document-helper

Keywords

  • node-red
  • topological

Maintainers