Commit 1a1293c
authored
Release v-2.1.0 (#82)
* Develop (#67)
* Framework refactored.
* Updated config.
* Added funding details.
* Update issue templates
* Issue 55 (#62)
* Added annotation @find and modified login page for new page factory.
* Updated page factory annotation.
* Updated config for headless mode.
* Updated:- Listener to log exceptions correctly.
- Added logging to page factory.
* Updasted dependencies and fixed dependency breaking changes.
* Reverted page factory changes.
* Driver and DriverAction interfaces further modularized.
* Added support for Selenium WebDriver 4.0-alpha 2
* Updating Readme.
* Updated Readme, some work is pending.
* Updated Readme and removed unnecessary comments from test.
* Updated Readme.
* Added iFrame support.
* Updated readme as per suggesstion.
* Updated for getting first frame.
* Released v-2.0.0
* Updated Readme.
* Updated CircleCI config to run analysis on each branch.
* Release for v-2.1.0-Beta (#81)
* Framework refactored.
* Updated config.
* Added funding details.
* Update issue templates
* Issue 55 (#62)
* Added annotation @find and modified login page for new page factory.
* Updated page factory annotation.
* Updated config for headless mode.
* Updated:- Listener to log exceptions correctly.
- Added logging to page factory.
* Updasted dependencies and fixed dependency breaking changes.
* Reverted page factory changes.
* Driver and DriverAction interfaces further modularized.
* Added support for Selenium WebDriver 4.0-alpha 2
* Updating Readme.
* Updated Readme, some work is pending.
* Updated Readme and removed unnecessary comments from test.
* Updated Readme.
* Added iFrame support.
* Updated readme as per suggesstion.
* Updated for getting first frame.
* Fixed #77, added wait strategy concept, default will be NONE.
* Updated BrowserPage for new method implementation.
* Added Safari browser support.
* Added OS condition to fail for non-Mac platforms.
* Updated Readme (#80)
* Released v-2.1.0-beta1.1 parent 9f5e814 commit 1a1293c
File tree
10 files changed
+299
-24
lines changed- src
- main/java/com/github/wasiqb/coteafs/selenium/core
- element
- enums
- page
- test/java/com/github/wasiqb/coteafs/selenium/pages/action
10 files changed
+299
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
252 | 257 | | |
253 | 258 | | |
254 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
95 | | - | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
126 | 130 | | |
127 | 131 | | |
128 | 132 | | |
129 | | - | |
130 | | - | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
135 | 150 | | |
136 | 151 | | |
137 | 152 | | |
| |||
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
58 | 70 | | |
59 | 71 | | |
60 | 72 | | |
| |||
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
68 | 92 | | |
0 commit comments