Skip to content

Commit 816024c

Browse files
committed
Correcting browser name on README fixes #1289
1 parent 9f0b54f commit 816024c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ You can save this file locally and name it, for example, `config.toml`.
243243
configs = [
244244
"selenium/standalone-firefox:4.0.0-beta-4-prerelease-20210513", "{\"browserName\": \"firefox\"}",
245245
"selenium/standalone-chrome:4.0.0-beta-4-prerelease-20210513", "{\"browserName\": \"chrome\"}",
246-
"selenium/standalone-edge:4.0.0-beta-4-prerelease-20210513", "{\"browserName\": \"msedge\"}"
246+
"selenium/standalone-edge:4.0.0-beta-4-prerelease-20210513", "{\"browserName\": \"MicrosoftEdge\"}"
247247
]
248248

249249
# URL for connecting to the docker daemon

0 commit comments

Comments
 (0)