Skip to content

Commit

Permalink
Documented: Update README.md file by branch test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-seyfert committed Sep 15, 2024
1 parent b25ceef commit 506b47f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ The different kinds of **examples**, are (and will be) separated in different br
| Branch | Description of the<br>WebDriver actions | Websites in use | Browser automation<br>flow (steps) | Test<br>Chrome | Test<br>Firefox | Test<br>MSEdge |
| --- | --- | --- | --- | --- | --- | --- |
| `main` | - open website<br>- confirm cookie consent dialog<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) | 🟢 2024-09-14<br>v128.0.6613.138 | 🟢 2024-09-14<br>v130.0.0.2283 | 🟢 2024-09-14<br>v128.0.2739.79 |
| `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) | | | |
| `multiple-browser-tabs` | - open website<br>- open three more websites in separate browser tabs<br>- do actions (screenshots) for each tabs<br>- navigate through tabs, close tabs | - https://github.com/Sven-Seyfert/au3webdriver-boilerplate<br>- https://www.autoitscript.com/wiki/WebDriver#FAQ<br>- https://autoit.de<br>- https://pkg.go.dev | [link](https://github.com/Sven-Seyfert/au3webdriver-boilerplate/blob/multiple-browser-tabs/src/website-steps-handler.au3) | | | |
| `fill-form-take-screenshot` | - open website<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) | 🟢 2024-09-14<br>v128.0.6613.138 | 🟢 2024-09-14<br>v130.0.0.2283 | 🟢 2024-09-14<br>v128.0.2739.79 |
| `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) | 🟢 2024-09-15<br>v128.0.6613.138 | 🔴 2024-09-15<br>v130.0.0.2283 | 🟢 2024-09-15<br>v128.0.2739.79 |
| `multiple-browser-tabs` | - open website<br>- open three more websites in separate browser tabs<br>- do actions (screenshots) for each tabs<br>- navigate through tabs, close tabs | - https://github.com/Sven-Seyfert/au3webdriver-boilerplate<br>- https://www.autoitscript.com/wiki/WebDriver#FAQ<br>- https://autoit.de<br>- https://pkg.go.dev | [link](https://github.com/Sven-Seyfert/au3webdriver-boilerplate/blob/multiple-browser-tabs/src/website-steps-handler.au3) | 🟢 2024-09-15<br>v128.0.6613.138 | 🟢 2024-09-15<br>v130.0.0.2283 | 🟢 2024-09-15<br>v128.0.2739.79 |

#### *WebDriver actions function list*

Expand Down

0 comments on commit 506b47f

Please sign in to comment.