|
1 | | - |
2 | | -============ |
| 1 | +#  |
3 | 2 |
|
4 | 3 | [](https://github.com/elixir-wallaby/wallaby/actions) |
5 | | -[](https://codecov.io/gh/elixir-wallaby/wallaby) |
6 | 4 | [](https://hex.pm/packages/wallaby) |
7 | 5 | [](https://hexdocs.pm/wallaby/) |
8 | 6 | [](https://github.com/elixir-wallaby/wallaby/blob/master/LICENSE) |
@@ -104,11 +102,11 @@ config :wallaby, driver: Wallaby.Selenium |
104 | 102 | You'll need to install the actual drivers as well. |
105 | 103 |
|
106 | 104 | - Chrome |
107 | | - - [`chromedriver`](https://chromedriver.chromium.org/downloads) |
| 105 | + - [`chromedriver`](https://chromedriver.chromium.org/downloads) |
108 | 106 |
|
109 | | -- Selenium |
110 | | - - [`selenium`](https://www.selenium.dev/downloads/) |
111 | | - - [`geckodriver`](https://github.com/mozilla/geckodriver) (for Firefox) or [`chromedriver`](https://chromedriver.chromium.org/downloads) (for Chrome) |
| 107 | +- Selenium |
| 108 | + - [`selenium`](https://www.selenium.dev/downloads/) |
| 109 | + - [`geckodriver`](https://github.com/mozilla/geckodriver) (for Firefox) or [`chromedriver`](https://chromedriver.chromium.org/downloads) (for Chrome) |
112 | 110 |
|
113 | 111 | When calling `use Wallaby.Feature` and using Ecto, please configure your `otp_app`. |
114 | 112 |
|
@@ -555,9 +553,9 @@ Wallaby provides several ways to interact with JavaScript dialogs such as `windo |
555 | 553 |
|
556 | 554 | You can use one of the following functions: |
557 | 555 |
|
558 | | -* For `window.alert` use `accept_alert/2` |
559 | | -* For `window.confirm` use `accept_confirm/2` or `dismiss_confirm/2` |
560 | | -* For `window.prompt` use `accept_prompt/2-3` or `dismiss_prompt/2` |
| 556 | +- For `window.alert` use `accept_alert/2` |
| 557 | +- For `window.confirm` use `accept_confirm/2` or `dismiss_confirm/2` |
| 558 | +- For `window.prompt` use `accept_prompt/2-3` or `dismiss_prompt/2` |
561 | 559 |
|
562 | 560 | All of these take a function as last parameter, which must include the necessary interactions to trigger the dialog. For example: |
563 | 561 |
|
@@ -624,7 +622,6 @@ Wallaby requires the following tools. |
624 | 622 | - Mozilla Firefox |
625 | 623 | - selenium-server-standalone |
626 | 624 |
|
627 | | - |
628 | 625 | ```shell |
629 | 626 | # Unit tests |
630 | 627 | $ mix test |
|
0 commit comments