Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.11 KB

Shaka Lab Node for Windows

The Shaka Lab Node package provides Selenium grid nodes. This is the Windows package.

For documentation on the package and configuration, or for links to other platforms, see the general docs.

NOTE: Browsers running in a Windows node will not be visible.

Pre-requisites

Installation

choco source add -n=shaka-lab -s=https://shaka-lab-chocolatey-dot-shaka-player-demo.appspot.com/
choco install shaka-lab-node

Updates

choco upgrade -y shaka-lab-node

Configuration

The config file is at c:\ProgramData\shaka-lab-node\node-config.yaml. See the configuration section of the general doc.

Restarting the service after editing the config

net stop shaka-lab-node
net start shaka-lab-node

Tailing logs

In powershell:

Get-Content c:/ProgramData/shaka-lab-node/logs/shaka-lab-node-svc.err.log -Wait

Uninstallation

choco uninstall -y shaka-lab-node