File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,25 @@ You can configure the ports used with arguments when starting the binary:
15
15
16
16
Supported platforms:
17
17
18
- - ** [ pre-alpha ] ** Linux w/ ` WebKitWebDriver `
19
- - ** [ pre-alpha ] ** Windows w/ [ Microsoft Edge Driver]
20
- - ** [ Todo] ** macOS w/ [ Appium Mac2 Driver] (probably)
18
+ - Linux via ` WebKitWebDriver `
19
+ - Windows via [ Microsoft Edge Driver]
20
+ - ** [ Todo] ** macOS via [ Appium Mac2 Driver] (probably)
21
21
22
22
_ note: the (probably) items haven't been proof-of-concept'd yet, and if it is
23
23
not possible to use the listed native webdriver, then a custom implementation
24
24
will be used that wraps around [ wry] ._
25
25
26
+ ## Installation
27
+
28
+ You can install tauri-driver using Cargo:
29
+
30
+ ``` sh
31
+ cargo install tauri-driver --locked
32
+ ```
33
+
26
34
## Trying it out
27
35
28
- Check out the documentation at https://tauri.app/docs/testing /webdriver/introduction ,
36
+ Check out the documentation at https://tauri.app/develop/tests /webdriver/ ,
29
37
including a small example application with WebDriver tests.
30
38
31
39
[ WebDriver Intermediary Node ] : https://www.w3.org/TR/webdriver/#dfn-intermediary-nodes
You can’t perform that action at this time.
0 commit comments