Skip to content

Commit 65e3418

Browse files
authored
Merge branch 'trunk' into pinned-browser-updates
2 parents 2bf40b3 + de5b03b commit 65e3418

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

java/test/org/openqa/selenium/bidi/storage/StorageCommandsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public void canAddAndGetCookie() {
257257
assertThat(key.getUserContext()).isEqualTo("default");
258258
}
259259

260+
@NotYetImplemented(EDGE)
260261
@Test
261262
public void canGetAllCookies() {
262263
String key1 = generateUniqueKey();

javascript/selenium-webdriver/lib/proxy.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ function direct() {
156156
* @return {!ManualConfig} A new proxy configuration object.
157157
*/
158158
function manual({ ftp, http, https, bypass }) {
159+
if (ftp !== undefined) {
160+
console.warn('ftpProxy is deprecated and will be removed in the future')
161+
}
159162
return {
160163
proxyType: Type.MANUAL,
161164
ftpProxy: ftp,

0 commit comments

Comments
 (0)