We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caafad commit e90e786Copy full SHA for e90e786
java/src/org/openqa/selenium/grid/node/config/NodeFlags.java
@@ -233,7 +233,7 @@ public class NodeFlags implements HasRoles {
233
names = {"--enable-managed-downloads"},
234
arity = 1,
235
description = "When enabled, the Grid node will automatically do the following: " +
236
- "1. Creates a directory named '$HOME/.cache/selenium/downloads/' which "
+ "1. Creates a temporary directory which "
237
+ "will now represent the directory into which files downloaded by "
238
+ "Chrome/Firefox/Edge browser will be under. " +
239
"2. For every new session, a sub-directory will be created/deleted so that "
0 commit comments