Skip to content

Commit

Permalink
Documented: Update README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-seyfert committed Feb 13, 2024
1 parent 19df159 commit be54573
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ The project "au3webdriver-boilerplate" can be used as quick entry point for the

The different kinds of examples, are (and will be) separated in different branches of the repository. In this overview you basically can see which branch contains which example of WebDriver actions.

| Branch | WebDriver actions | Websites in use |
| --- | --- | --- |
| `main` | - open website<br>- navigate between pages<br>- get table texts | [https://www.w3schools.com/](https://github.com/Sven-Seyfert/au3webdriver-boilerplate/blob/main/src/website-steps-handler.au3) |
| `fill-form-take-screenshot` | - open website<br>- confirm cookie consent dialog<br>- navigate to specific area<br>- fill a form<br>- take screenshots | [https://demoqa.com/](https://github.com/Sven-Seyfert/au3webdriver-boilerplate/blob/fill-form-take-screenshot/src/website-steps-handler.au3) |
| `google-search` | - open website<br>- confirm cookie consent dialog<br>- enter search query<br>- choose specific match by text | [https://www.google.de/](https://github.com/Sven-Seyfert/au3webdriver-boilerplate/blob/google-search/src/website-steps-handler.au3) |
| Branch | Description of the WebDriver actions | Websites in use | Browser automation<br>flow (steps) |
| --- | --- | --- | --- |
| `main` | - open website<br>- navigate between pages<br>- get table texts | https://www.w3schools.com/ | [link](https://github.com/Sven-Seyfert/au3webdriver-boilerplate/blob/main/src/website-steps-handler.au3) |
| `fill-form-take-screenshot` | - open website<br>- confirm cookie consent dialog<br>- navigate to specific area<br>- fill a form<br>- take screenshots | https://demoqa.com/ | [link](https://github.com/Sven-Seyfert/au3webdriver-boilerplate/blob/fill-form-take-screenshot/src/website-steps-handler.au3) |
| `google-search` | - open website<br>- confirm cookie consent dialog<br>- enter search query<br>- choose specific match by text | https://www.google.de/ | [link](https://github.com/Sven-Seyfert/au3webdriver-boilerplate/blob/google-search/src/website-steps-handler.au3) |

## Getting started

Expand Down

0 comments on commit be54573

Please sign in to comment.