Skip to content

Commit cd9cc71

Browse files
committed
Fix build
1 parent d0ce11a commit cd9cc71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

java/src/org/openqa/selenium/grid/distributor/GridModel.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
import static org.openqa.selenium.grid.data.Availability.DRAINING;
2222
import static org.openqa.selenium.grid.data.Availability.UP;
2323

24+
import com.google.common.collect.ImmutableSet;
25+
2426
import java.time.Instant;
2527
import java.util.Collections;
2628
import java.util.HashMap;

javascript/node/selenium-webdriver/testing/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ class Environment {
312312
options.setChromeBinaryPath(binary)
313313
options.setAcceptInsecureCerts(true)
314314
options.addArguments('disable-infobars', 'disable-breakpad', 'disable-dev-shm-usage', 'no-sandbox')
315-
options.set('fedcm:accounts', true)
316315
builder.setChromeOptions(options)
317316
}
318317
// Edge

0 commit comments

Comments
 (0)