#tauri-app #desktop-applications #web-driver #cross-platform #server #native #webview

app tauri-driver

Webdriver server for Tauri applications

10 releases (3 stable)

new 2.0.2 Jan 10, 2025
2.0.1 Oct 3, 2024
0.1.5 Aug 22, 2024
0.1.4 Feb 3, 2024
0.0.0 Jun 23, 2021

#1208 in GUI

Download history 264/week @ 2024-09-24 737/week @ 2024-10-01 418/week @ 2024-10-08 422/week @ 2024-10-15 487/week @ 2024-10-22 484/week @ 2024-10-29 453/week @ 2024-11-05 344/week @ 2024-11-12 403/week @ 2024-11-19 248/week @ 2024-11-26 243/week @ 2024-12-03 189/week @ 2024-12-10 149/week @ 2024-12-17 112/week @ 2024-12-24 91/week @ 2024-12-31 293/week @ 2025-01-07

675 downloads per month

Apache-2.0 OR MIT

17KB
316 lines

tauri-driver (pre-alpha)

Cross-platform WebDriver server for Tauri applications.

This is a WebDriver Intermediary Node that wraps the native WebDriver server for platforms that Tauri supports. Your WebDriver client will connect to the running tauri-driver server, and tauri-driver will handle starting the native WebDriver server for you behind the scenes. It requires two separate ports to be used since two distinct WebDriver Remote Ends run.

You can configure the ports used with arguments when starting the binary:

  • --port (default: 4444)
  • --native-port (default: 4445)

Supported platforms:

note: the (probably) items haven't been proof-of-concept'd yet, and if it is not possible to use the listed native webdriver, then a custom implementation will be used that wraps around wry.

Trying it out

Check out the documentation at https://tauri.app/docs/testing/webdriver/introduction, including a small example application with WebDriver tests.

Dependencies

~8–19MB
~279K SLoC