# webdriver-linux-example **Repository Path**: mirrors_deckar01/webdriver-linux-example ## Basic Information - **Project Name**: webdriver-linux-example - **Description**: The minimum configuration required to get selenium-webdriver running with node on Linux - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Dependencies (Debian/Ubuntu) - firefox `sudo apt-get install firefox` - Xvfb `sudo apt-get install xvfb` - [node.js v4](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) - npm `sudo apt-get install npm` - npm packages `npm install` ## Usage ```bash npm run example ```