Skip to content

Commit b495706

Browse files
committed
in browser sessions started by FirefoxDriver. According to the documentation, "Every day a random subset of users are offered a rating widget", which doesn't sound great for automated tests. We have not really recorded any harmful effects (such as flakiness) of this feature on tests, but I thought this change should keep everyone safe from that. This is the only way to disable the feature that we found so far.
1 parent a6928d7 commit b495706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: javascript/firefox-driver/webdriver.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"browser.safebrowsing.enabled": false,
1313
"browser.safebrowsing.malware.enabled": false,
1414
"browser.search.update": false,
15+
"browser.selfsupport.url" : "",
1516
"browser.sessionstore.resume_from_crash": false,
1617
"browser.shell.checkDefaultBrowser": false,
1718
"browser.tabs.warnOnClose": false,

0 commit comments

Comments
 (0)