# webdriver-example **Repository Path**: wangeek/webdriver-example ## Basic Information - **Project Name**: webdriver-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-30 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebDriver Example This repository contains a very simple Tauri application that leverages WebDriver to automate integration tests. Currently WebDriver on Tauri only supports Linux and Windows. ## Requirements - [Tauri prerequisites](https://tauri.app/start/prerequisites/) - tauri-driver - `cargo install tauri-driver` - [System WebDriver](https://tauri.app/develop/tests/webdriver/#system-dependencies) ## Testing To run the WebDriver tests, go to one of the project directories and run the following script: ```sh pnpm install pnpm test ```