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

app tauri-driver

Webdriver server for Tauri applications

6 releases

0.1.4 Feb 3, 2024
0.1.3 Sep 30, 2023
0.1.2 Mar 31, 2022
0.1.1 Feb 10, 2022
0.0.0 Jun 23, 2021

#368 in GUI

Download history 495/week @ 2023-11-20 434/week @ 2023-11-27 416/week @ 2023-12-04 374/week @ 2023-12-11 285/week @ 2023-12-18 303/week @ 2023-12-25 339/week @ 2024-01-01 298/week @ 2024-01-08 400/week @ 2024-01-15 469/week @ 2024-01-22 432/week @ 2024-01-29 326/week @ 2024-02-05 293/week @ 2024-02-12 304/week @ 2024-02-19 369/week @ 2024-02-26 315/week @ 2024-03-04

1,359 downloads per month

Apache-2.0 OR MIT

16KB
274 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

~7–20MB
~260K SLoC