A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/770acab6f7421d85d0541959a244dfbbef014507 below:

[grid] Fixing SessionCapabilitiesMutator tests · SeleniumHQ/selenium@770acab · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+2

-2

lines changed Original file line number Diff line number Diff line change

@@ -156,7 +156,7 @@ private Map<String, Object> mergeChromiumOptions(Map<String, Object> stereotypeO

156 156

toReturn.put(name, value);

157 157

}

158 158 159 -

if (!name.equals("extensions") && !name.equals("args")) {

159 +

if (!name.equals("binary") && !name.equals("extensions") && !name.equals("args")) {

160 160

toReturn.put(name, value);

161 161

}

162 162

}

Original file line number Diff line number Diff line change

@@ -194,7 +194,7 @@ void shouldMergeEdgeSpecificOptionsFromStereotypeAndCaps() {

194 194 195 195

assertThat(modifiedCapabilities)

196 196

.extractingByKey("ms:edgeOptions").asInstanceOf(MAP)

197 -

.extractingByKey("binary").isNull();

197 +

.extractingByKey("binary").isEqualTo("/path/to/binary");

198 198

}

199 199 200 200

@Test

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4