Skip to content

Commit e90e786

Browse files
authored
Fix documentation for auto downloads feature (#11853)
[skip ci]
1 parent 5caafad commit e90e786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/grid/node/config/NodeFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public class NodeFlags implements HasRoles {
233233
names = {"--enable-managed-downloads"},
234234
arity = 1,
235235
description = "When enabled, the Grid node will automatically do the following: " +
236-
"1. Creates a directory named '$HOME/.cache/selenium/downloads/' which "
236+
"1. Creates a temporary directory which "
237237
+ "will now represent the directory into which files downloaded by "
238238
+ "Chrome/Firefox/Edge browser will be under. " +
239239
"2. For every new session, a sub-directory will be created/deleted so that "

0 commit comments

Comments
 (0)