|
1 | 1 | ## v4.0.0-beta.2
|
2 | 2 |
|
3 | 3 | * Removed support for Edge legacy.
|
| 4 | +* Make the build silent for WebDriver Bidi generated code |
| 5 | +* resolve file path correctly (#9223) |
| 6 | +* Update example in edge.js (#9231) |
| 7 | +* Use a flat namespace for selenium options for finding WebDriver Bidi endpoint |
| 8 | +* Removing duplicate license text updated by update_copyright.js |
| 9 | +* Updating copyright text |
| 10 | +* Minor code cleanup |
| 11 | +* Removing duplicate variable declaration of IE from capabilities |
4 | 12 |
|
5 | 13 | ## v4.0.0-beta.1
|
6 | 14 |
|
@@ -1094,3 +1102,81 @@ available separately)
|
1094 | 1102 | * Initial release for npm:
|
1095 | 1103 |
|
1096 | 1104 | npm install selenium-webdriver
|
| 1105 | +commit 84b65b1641ef870db1d68e43014730d31081b8f7 |
| 1106 | +Author: Sri Harsha <[email protected]> |
| 1107 | +Date: Mon Mar 15 19:58:28 2021 +0530 |
| 1108 | + |
| 1109 | + [JS] Remove support for Edge HTML (#9239) |
| 1110 | + |
| 1111 | + * [js] Removes support for edge legacy |
| 1112 | + |
| 1113 | + * [js] Adding edge chromium test |
| 1114 | + |
| 1115 | + * Modify: Replacing VENDOR_CAPABILITY_PREFIX prototype in chrome and edge |
| 1116 | + |
| 1117 | + Co-authored-by: David Burns <[email protected]> |
| 1118 | + |
| 1119 | +commit 278d17a795c20dd6fe23e32f9f95a7cbecc5b674 |
| 1120 | +Author: Simon Stewart < [email protected]> |
| 1121 | +Date: Mon Mar 15 10:38:21 2021 +0000 |
| 1122 | + |
| 1123 | + [cdp + js] Make the build silent |
| 1124 | + |
| 1125 | +commit 4464ac4f8230150824f6bf2e4075cd1f53a648c7 |
| 1126 | +Author: Sri Harsha <[email protected]> |
| 1127 | +Date: Wed Mar 3 13:17:20 2021 +0530 |
| 1128 | + |
| 1129 | + [js] resolve file path (#9223) |
| 1130 | + |
| 1131 | + 🐢 |
| 1132 | + |
| 1133 | +commit bd468dd842b0b2b1da3a7bf3ba99e6405bab216f |
| 1134 | +Author: hectorhon < [email protected]> |
| 1135 | +Date: Wed Mar 3 02:07:23 2021 +0800 |
| 1136 | + |
| 1137 | + Update example in edge.js (#9231)[skip ci] |
| 1138 | + |
| 1139 | + In particular, change options.useEdgeChromium(true) to options.setEdgeChromium(true). |
| 1140 | + |
| 1141 | + Co-authored-by: Sri Harsha <[email protected]> |
| 1142 | + |
| 1143 | +commit 9ea195303e6dee599395accbee86105184596d35 |
| 1144 | +Author: Simon Stewart < [email protected]> |
| 1145 | +Date: Tue Feb 23 17:05:09 2021 +0000 |
| 1146 | + |
| 1147 | + [cdp] Use a flat namespace for selenium options |
| 1148 | + |
| 1149 | + This means that rather than having `se:options = {cdp: uri}` we now |
| 1150 | + just have `se:cdp = uri`. Other capabilities that were stored in |
| 1151 | + `se:options` have also been extracted and placed into a flat |
| 1152 | + namespace. |
| 1153 | + |
| 1154 | + This change makes it easier to extract the information we need |
| 1155 | + (trivially: we remove one lookup in a dictionary), and means that we |
| 1156 | + can now easily merge capabilities with these options set without |
| 1157 | + needing to do any additional work. Previously, we'd need to be aware |
| 1158 | + of `se:options` and do "deep merging", which is easy to overlook. |
| 1159 | + |
| 1160 | +commit 88279c820e2b8020d9209c11c4ac800bc70fb591 |
| 1161 | +Author: Sri Harsha <[email protected]> |
| 1162 | +Date: Tue Feb 16 13:37:03 2021 +0530 |
| 1163 | + |
| 1164 | + [JS] Removing duplicate license text updated by update_copyright.js |
| 1165 | + |
| 1166 | +commit e0e668f28b7a5e6371046e1ad8324a409945d544 |
| 1167 | +Author: Sri Harsha <[email protected]> |
| 1168 | +Date: Tue Feb 16 13:31:24 2021 +0530 |
| 1169 | + |
| 1170 | + [js] Updating copyright text |
| 1171 | + |
| 1172 | +commit dcfc4375615cb0a2ecc507719bab5df9b8a4a400 |
| 1173 | +Author: Sri Harsha <[email protected]> |
| 1174 | +Date: Tue Feb 16 11:53:41 2021 +0530 |
| 1175 | + |
| 1176 | + [JS] Minor code cleanup |
| 1177 | + |
| 1178 | +commit dccf4dd92d38e95a7966cf92e5cc7f5558b4ea6f |
| 1179 | +Author: Sri Harsha <[email protected]> |
| 1180 | +Date: Tue Feb 16 11:13:25 2021 +0530 |
| 1181 | + |
| 1182 | + [JS] Removing duplicate variable declaration of IE from capabilities |
0 commit comments