Commit 9a83999
authored
Support logging of Element property getters +semver: feature (#192)
* Support logging of Element property getters.
* Update localized values and enhance/add missing methods to use them.
* Fixed localization resourse files
* Add logging of "loc.browser.ready" to resolve #164 and close #165
* Enhanced logging for CheckBox, RadioButton, ComboBox and TextBox methods and JS actions
* Add logging of Browser's handle alert and wait for loading methods
* Reworked BrowserFactory classes: make Browser {get;} a template method1 parent be8dc19 commit 9a83999
File tree
35 files changed
+1122
-220
lines changed- Aquality.Selenium
- src/Aquality.Selenium
- Browsers
- Configurations/WebDriverSettings
- Elements
- Actions
- Interfaces
- Resources
- Localization
- tests/Aquality.Selenium.Tests
- Integration
- Elements
- Usecases
- Resources
- Unit/Configuration
35 files changed
+1122
-220
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
0 commit comments