github-actions[bot] 0876bbbb57 Apply Version Updates From Current Changes (#2522) 3 năm trước cách đây
..
src d0970e3499 feat(driver): add `args` to `tauri:options` (#3154) 3 năm trước cách đây
.gitignore 4b2aa35684 Add back WebDriver support (#2324) 4 năm trước cách đây
.license_template 4b2aa35684 Add back WebDriver support (#2324) 4 năm trước cách đây
CHANGELOG.md 0876bbbb57 Apply Version Updates From Current Changes (#2522) 3 năm trước cách đây
Cargo.lock 0876bbbb57 Apply Version Updates From Current Changes (#2522) 3 năm trước cách đây
Cargo.toml 0876bbbb57 Apply Version Updates From Current Changes (#2522) 3 năm trước cách đây
LICENSE.spdx 4b2aa35684 Add back WebDriver support (#2324) 4 năm trước cách đây
LICENSE_APACHE-2.0 4b2aa35684 Add back WebDriver support (#2324) 4 năm trước cách đây
LICENSE_MIT 4b2aa35684 Add back WebDriver support (#2324) 4 năm trước cách đây
README.md 4f9c9e6307 Restructure docs (#3180) 3 năm trước cách đây

README.md

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.studio/en/docs/guides/webdriver/ci to build a small example application that had WebDriver tests.