Классика - selenide error: rg.openqa.selenium.net.UrlChecker$TimeoutException

Доброе время суток!
Запуск следующего кода

import com.codeborne.selenide.Selenide;
import org.junit.*;

public class testJ {
@Test
public void UserCan() throws Exception {
Selenide.open(“https://www.youtube.com”);
}
}

приводит к org.openqa.selenium.WebDriverException at testJ.java:8
Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException at testJ.java:8
Caused by: java.util.concurrent.TimeoutException at testJ.java:8

Также есть gradle.build со след кодом
version ‘1.0-SNAPSHOT’

apply plugin: ‘java’

sourceCompatibility = 1.8

repositories {
mavenCentral()
}

dependencies {
testCompile group: ‘junit’, name: ‘junit’, version: ‘4.12’
testCompile ‘com.codeborne:selenide:4.7’
testCompile ‘org.testng:testng:6.10’
compile group: ‘org.slf4j’, name:‘slf4j-nop’, version: ‘1.7.13’;
}

И доп ошибки в консоли
PM com.codeborne.selenide.webdriver.FirefoxDriverFactory createFirefoxDriver
INFO: Firefox 48+ is currently not supported by Selenium Firefox driver. Use browser=marionette with geckodriver, when using it.
1506954897557 addons.manager DEBUG Application has been upgraded
1506954897658 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: [“XPIProvider”, “XPIInternal”]
1506954897665 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: [“LightweightThemeManager”]
1506954897733 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm
1506954897741 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm
1506954897743 addons.manager DEBUG Starting provider: XPIProvider
1506954897744 addons.xpi DEBUG startup
1506954897745 addons.xpi INFO SystemAddonInstallLocation directory is missing
1506954897745 addons.xpi INFO Removing all system add-on upgrades.
1506954897749 addons.xpi DEBUG Skipping unavailable install location app-system-share
1506954897750 addons.xpi DEBUG Skipping unavailable install location app-system-local
1506954897752 addons.xpi DEBUG checkForChanges
1506954897753 addons.xpi WARN Error parsing extensions state: [Exception… “Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [amIAddonManagerStartup.readStartupData]” nsresult: “0x80520012 (NS_ERROR_FILE_NOT_FOUND)” location: “JS frame :: resource://gre/modules/addons/XPIProvider.jsm :: loadExtensionState :: line 1554” data: no] Stack trace: loadExtensionState()@resource://gre/modules/addons/XPIProvider.jsm:1554 < getInstallState()@resource://gre/modules/addons/XPIProvider.jsm:1589 < checkForChanges()@resource://gre/modules/addons/XPIProvider.jsm:3109 < startup()@resource://gre/modules/addons/XPIProvider.jsm:2188 < callProvider()@resource://gre/modules/AddonManager.jsm:269 < _startProvider()@resource://gre/modules/AddonManager.jsm:739 < startup()@resource://gre/modules/AddonManager.jsm:906 < startup()@resource://gre/modules/AddonManager.jsm:3090 < observe()@jar:file:///C:/Program%20Files/Mozilla%20Firefox/omni.ja!/components/addonManager.js:65
1506954897761 addons.xpi DEBUG Loaded add-on state: ${}
1506954897763 addons.xpi INFO Mapping fxdriver@googlecode.com to C:\Users\User\AppData\Local\Temp\anonymous4236871946864567118webdriver-profile\extensions\fxdriver@googlecode.com
1506954897764 addons.xpi DEBUG Ignoring file entry whose name is not a valid add-on ID: C:\Users\User\AppData\Local\Temp\anonymous4236871946864567118webdriver-profile\extensions\webdriver-staging
1506954897765 addons.xpi DEBUG New add-on fxdriver@googlecode.com in app-profile
1506954897766 addons.xpi INFO Mapping fxdriver@googlecode.com to C:\Users\User\AppData\Local\Temp\anonymous4236871946864567118webdriver-profile\extensions\fxdriver@googlecode.com
1506954897769 addons.xpi INFO Mapping activity-stream@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\activity-stream@mozilla.org.xpi
1506954897770 addons.xpi INFO Mapping aushelper@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi
1506954897772 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\clicktoplay-rollout@mozilla.org.xpi
1506954897773 addons.xpi INFO Mapping e10srollout@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi
1506954897774 addons.xpi INFO Mapping firefox@getpocket.com to C:\Program Files\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi
1506954897774 addons.xpi INFO Mapping followonsearch@mozilla.com to C:\Program Files\Mozilla Firefox\browser\features\followonsearch@mozilla.com.xpi
1506954897775 addons.xpi INFO Mapping formautofill@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\formautofill@mozilla.org.xpi
1506954897776 addons.xpi INFO Mapping onboarding@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\onboarding@mozilla.org.xpi
1506954897776 addons.xpi INFO Mapping screenshots@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi
1506954897777 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\shield-recipe-client@mozilla.org.xpi
1506954897777 addons.xpi INFO Mapping webcompat@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi
1506954897779 addons.xpi DEBUG New add-on activity-stream@mozilla.org in app-system-defaults
1506954897780 addons.xpi INFO Mapping activity-stream@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\activity-stream@mozilla.org.xpi
1506954897782 addons.xpi DEBUG New add-on aushelper@mozilla.org in app-system-defaults
1506954897783 addons.xpi INFO Mapping aushelper@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi
1506954897784 addons.xpi DEBUG New add-on clicktoplay-rollout@mozilla.org in app-system-defaults
1506954897784 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\clicktoplay-rollout@mozilla.org.xpi
1506954897786 addons.xpi DEBUG New add-on e10srollout@mozilla.org in app-system-defaults
1506954897786 addons.xpi INFO Mapping e10srollout@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi
1506954897787 addons.xpi DEBUG New add-on firefox@getpocket.com in app-system-defaults
1506954897787 addons.xpi INFO Mapping firefox@getpocket.com to C:\Program Files\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi
1506954897788 addons.xpi DEBUG New add-on followonsearch@mozilla.com in app-system-defaults
1506954897788 addons.xpi INFO Mapping followonsearch@mozilla.com to C:\Program Files\Mozilla Firefox\browser\features\followonsearch@mozilla.com.xpi
1506954897807 addons.xpi DEBUG New add-on formautofill@mozilla.org in app-system-defaults
1506954897807 addons.xpi INFO Mapping formautofill@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\formautofill@mozilla.org.xpi
1506954897807 addons.xpi DEBUG New add-on onboarding@mozilla.org in app-system-defaults
1506954897808 addons.xpi INFO Mapping onboarding@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\onboarding@mozilla.org.xpi
1506954897808 addons.xpi DEBUG New add-on screenshots@mozilla.org in app-system-defaults
1506954897808 addons.xpi INFO Mapping screenshots@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi
1506954897809 addons.xpi DEBUG New add-on shield-recipe-client@mozilla.org in app-system-defaults
1506954897809 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\shield-recipe-client@mozilla.org.xpi
1506954897810 addons.xpi DEBUG New add-on webcompat@mozilla.org in app-system-defaults
1506954897811 addons.xpi INFO Mapping webcompat@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi
1506954897814 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program Files\Mozilla Firefox\browser\extensions{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
1506954897814 addons.xpi DEBUG New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global
1506954897815 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program Files\Mozilla Firefox\browser\extensions{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
1506954897816 addons.xpi DEBUG getInstallState changed: true, state: {}
1506954897817 addons.xpi INFO SystemAddonInstallLocation directory is missing
1506954897829 addons.xpi-utils DEBUG Opening XPI database C:\Users\User\AppData\Local\Temp\anonymous4236871946864567118webdriver-profile\extensions.json
1506954897832 addons.xpi-utils DEBUG New add-on fxdriver@googlecode.com installed in app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
1506954897949 addons.xpi WARN Add-on fxdriver@googlecode.com is not correctly signed.
1506954897950 addons.xpi WARN Add-on fxdriver@googlecode.com is not correctly signed.
1506954897950 addons.xpi WARN Add-on fxdriver@googlecode.com is not correctly signed.
1506954897957 DeferredSave.extensions.json DEBUG Save changes
1506954897961 addons.xpi-utils DEBUG New add-on activity-stream@mozilla.org installed in app-system-defaults
1506954898013 DeferredSave.extensions.json DEBUG Starting timer
1506954898025 DeferredSave.extensions.json DEBUG Save changes
1506954898025 addons.xpi-utils DEBUG New add-on aushelper@mozilla.org installed in app-system-defaults
1506954898055 DeferredSave.extensions.json DEBUG Save changes
1506954898055 addons.xpi-utils DEBUG New add-on clicktoplay-rollout@mozilla.org installed in app-system-defaults
1506954898063 DeferredSave.extensions.json DEBUG Starting write
1506954898083 DeferredSave.extensions.json DEBUG Save changes
1506954898083 DeferredSave.extensions.json DEBUG Data changed while write in progress
1506954898083 addons.xpi-utils DEBUG New add-on e10srollout@mozilla.org installed in app-system-defaults
1506954898117 DeferredSave.extensions.json DEBUG Save changes
1506954898117 addons.xpi-utils DEBUG New add-on firefox@getpocket.com installed in app-system-defaults
1506954898131 DeferredSave.extensions.json DEBUG Save changes
1506954898131 addons.xpi-utils DEBUG New add-on followonsearch@mozilla.com installed in app-system-defaults
1506954898142 DeferredSave.extensions.json DEBUG Save changes
1506954898143 addons.xpi-utils DEBUG New add-on formautofill@mozilla.org installed in app-system-defaults
1506954898220 DeferredSave.extensions.json DEBUG Save changes
1506954898221 addons.xpi-utils DEBUG New add-on onboarding@mozilla.org installed in app-system-defaults
1506954898227 DeferredSave.extensions.json DEBUG Save changes
1506954898228 addons.xpi-utils DEBUG New add-on screenshots@mozilla.org installed in app-system-defaults
1506954898239 DeferredSave.extensions.json DEBUG Save changes
1506954898240 addons.xpi-utils DEBUG New add-on shield-recipe-client@mozilla.org installed in app-system-defaults
1506954898249 DeferredSave.extensions.json DEBUG Save changes
1506954898249 addons.xpi-utils DEBUG New add-on webcompat@mozilla.org installed in app-system-defaults
1506954898256 DeferredSave.extensions.json DEBUG Save changes
1506954898256 addons.xpi-utils DEBUG New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global
1506954898263 DeferredSave.extensions.json DEBUG Save changes
1506954898264 addons.manager DEBUG Registering startup change ‘installed’ for fxdriver@googlecode.com
1506954898264 addons.xpi-utils DEBUG Make addon app-profile:fxdriver@googlecode.com visible
1506954898265 addons.xpi DEBUG Updating XPIState for {“id":"fxdriver@googlecode.com”,“syncGUID”:“{494e9fe3-e25b-40cb-80a1-6f5d7ed84c82}”,“location”:“app-profile”,“version”:“3.5.3”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Firefox WebDriver”,“description”:“WebDriver implementation for Firefox”,“creator”:“Simon Stewart”,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:true,“installDate”:1506954896694,“updateDate”:1506954896694,“applyBackgroundUpdates”:1,“bootstrap”:false,“path”:“C:\Users\User\AppData\Local\Temp\anonymous4236871946864567118webdriver-profile\extensions\fxdriver@googlecode.com”,“skinnable”:false,“size”:3279485,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:true,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“3.0”,“maxVersion”:“48.0”}],“targetPlatforms”:[{“os”:“Darwin”,“abi”:null},{“os”:“SunOS”,“abi”:null},{“os”:“FreeBSD”,“abi”:null},{“os”:“OpenBSD”,“abi”:null},{“os”:“WINNT”,“abi”:null},{“os”:“Linux”,“abi”:null}],“multiprocessCompatible”:false,“signedState”:0,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898275 DeferredSave.extensions.json DEBUG Save changes
1506954898275 addons.manager DEBUG Registering startup change ‘installed’ for activity-stream@mozilla.org
1506954898294 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\activity-stream@mozilla.org.xpi
1506954898301 addons.xpi DEBUG Calling bootstrap method install on activity-stream@mozilla.org version 0.0.0
1506954898301 addons.xpi-utils DEBUG Make addon app-system-defaults:activity-stream@mozilla.org visible
1506954898302 addons.xpi DEBUG Updating XPIState for {“id":"activity-stream@mozilla.org”,“syncGUID”:“{021bd459-53fe-4bf5-96b2-809f5382c458}”,“location”:“app-system-defaults”,“version”:“0.0.0”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Activity Stream”,“description”:“A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you’re looking for in Firefox.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464944085,“updateDate”:1506464944085,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\activity-stream@mozilla.org.xpi”,“skinnable”:false,“size”:1280296,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898303 DeferredSave.extensions.json DEBUG Save changes
1506954898303 addons.manager DEBUG Registering startup change ‘installed’ for aushelper@mozilla.org
1506954898305 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi
1506954898311 addons.xpi DEBUG Calling bootstrap method install on aushelper@mozilla.org version 2.0
1506954898312 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible
1506954898312 addons.xpi DEBUG Updating XPIState for {“id":"aushelper@mozilla.org”,“syncGUID”:”{141c402a-e9c2-4d71-9414-af8b09921d8c}“,“location”:“app-system-defaults”,“version”:“2.0”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Application Update Service Helper”,“description”:“Sets value(s) in the update url based on custom checks.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943449,“updateDate”:1506464943449,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi”,“skinnable”:false,“size”:8486,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898313 DeferredSave.extensions.json DEBUG Save changes
1506954898313 addons.manager DEBUG Registering startup change ‘installed’ for clicktoplay-rollout@mozilla.org
1506954898315 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\clicktoplay-rollout@mozilla.org.xpi
1506954898344 addons.xpi DEBUG Calling bootstrap method install on clicktoplay-rollout@mozilla.org version 1.4
1506954898344 addons.xpi-utils DEBUG Make addon app-system-defaults:clicktoplay-rollout@mozilla.org visible
1506954898345 addons.xpi DEBUG Updating XPIState for {“id":"clicktoplay-rollout@mozilla.org”,“syncGUID”:“{3a1a980f-548b-4ec5-b1b1-b6db55366d6c}”,“location”:“app-system-defaults”,“version”:“1.4”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Click-to-Play staged rollout”,“description”:“Staged rollout for Click-to-Play Flash.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943454,“updateDate”:1506464943454,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\clicktoplay-rollout@mozilla.org.xpi”,“skinnable”:false,“size”:5779,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898346 DeferredSave.extensions.json DEBUG Save changes
1506954898346 addons.manager DEBUG Registering startup change ‘installed’ for e10srollout@mozilla.org
1506954898347 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi
1506954898354 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 3.00
1506954898357 addons.xpi-utils DEBUG Make addon app-system-defaults:e10srollout@mozilla.org visible
1506954898358 addons.xpi DEBUG Updating XPIState for {“id":"e10srollout@mozilla.org”,“syncGUID”:”{9734d5cd-7ef9-40a9-8e6b-cc07d2a4e574}“,“location”:“app-system-defaults”,“version”:“3.00”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Multi-process staged rollout”,“description”:“Staged rollout of Firefox multi-process feature.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943486,“updateDate”:1506464943486,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi”,“skinnable”:false,“size”:13710,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898359 DeferredSave.extensions.json DEBUG Save changes
1506954898359 addons.manager DEBUG Registering startup change ‘installed’ for firefox@getpocket.com
1506954898360 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi
1506954898375 addons.xpi DEBUG Calling bootstrap method install on firefox@getpocket.com version 1.0.5
1506954898376 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible
1506954898376 addons.xpi DEBUG Updating XPIState for {“id":"firefox@getpocket.com”,“syncGUID”:“{cfb7af1d-501d-41be-9ca2-d89a00ae6e99}”,“location”:“app-system-defaults”,“version”:“1.0.5”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Pocket”,“description”:“When you find something you want to view later, put it in Pocket.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943988,“updateDate”:1506464943988,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi”,“skinnable”:false,“size”:1002998,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898378 DeferredSave.extensions.json DEBUG Save changes
1506954898378 addons.manager DEBUG Registering startup change ‘installed’ for followonsearch@mozilla.com
1506954898380 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\followonsearch@mozilla.com.xpi
1506954898386 addons.xpi DEBUG Calling bootstrap method install on followonsearch@mozilla.com version 0.9.3
1506954898386 addons.xpi-utils DEBUG Make addon app-system-defaults:followonsearch@mozilla.com visible
1506954898388 addons.xpi DEBUG Updating XPIState for {“id":"followonsearch@mozilla.com”,“syncGUID”:”{3fd5c5ba-cc7a-4c61-9158-beae35424015}“,“location”:“app-system-defaults”,“version”:“0.9.3”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Follow-on Search Telemetry”,“description”:null,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943518,“updateDate”:1506464943518,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\followonsearch@mozilla.com.xpi”,“skinnable”:false,“size”:16802,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“52.0”,“maxVersion”:"59.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898390 DeferredSave.extensions.json DEBUG Save changes
1506954898390 addons.manager DEBUG Registering startup change ‘installed’ for formautofill@mozilla.org
1506954898391 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\formautofill@mozilla.org.xpi
1506954898395 addons.xpi DEBUG Calling bootstrap method install on formautofill@mozilla.org version 1.0
1506954898395 addons.xpi-utils DEBUG Make addon app-system-defaults:formautofill@mozilla.org visible
1506954898396 addons.xpi DEBUG Updating XPIState for {“id":"formautofill@mozilla.org”,“syncGUID”:“{2719d86c-6a31-4000-b5d5-bda9820f888e}”,“location”:“app-system-defaults”,“version”:“1.0”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Form Autofill”,“description”:“Autofill forms with saved profiles”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943828,“updateDate”:1506464943828,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\formautofill@mozilla.org.xpi”,“skinnable”:false,“size”:335585,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898397 DeferredSave.extensions.json DEBUG Save changes
1506954898397 addons.manager DEBUG Registering startup change ‘installed’ for onboarding@mozilla.org
1506954898398 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\onboarding@mozilla.org.xpi
1506954898404 addons.xpi DEBUG Calling bootstrap method install on onboarding@mozilla.org version 0.1
1506954898404 addons.xpi-utils DEBUG Make addon app-system-defaults:onboarding@mozilla.org visible
1506954898404 addons.xpi DEBUG Updating XPIState for {“id":"onboarding@mozilla.org”,“syncGUID”:”{a4f7da03-d797-4560-b86b-da4d9444f79c}“,“location”:“app-system-defaults”,“version”:“0.1”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Photon onboarding”,“description”:“Photon onboarding”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943833,“updateDate”:1506464943833,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\onboarding@mozilla.org.xpi”,“skinnable”:false,“size”:431065,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898406 DeferredSave.extensions.json DEBUG Save changes
1506954898406 addons.manager DEBUG Registering startup change ‘installed’ for screenshots@mozilla.org
1506954898406 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi
1506954898410 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 10.12.0
1506954898410 addons.xpi-utils DEBUG Make addon app-system-defaults:screenshots@mozilla.org visible
1506954898411 addons.xpi DEBUG Updating XPIState for {“id":"screenshots@mozilla.org”,“syncGUID”:“{5af2f339-bd39-4221-b632-e5574fb23af2}”,“location”:“app-system-defaults”,“version”:“10.12.0”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Firefox Screenshots”,“description”:null,“creator”:null,“homepageURL”:“https://pageshot.net/"},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464954322,“updateDate”:1506464954322,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:"C:\\Program Files\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi”,“skinnable”:false,“size”:714554,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“51.0a1”,“maxVersion”:““}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898412 DeferredSave.extensions.json DEBUG Save changes
1506954898412 addons.manager DEBUG Registering startup change ‘installed’ for shield-recipe-client@mozilla.org
1506954898413 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\shield-recipe-client@mozilla.org.xpi
1506954898418 addons.xpi DEBUG Calling bootstrap method install on shield-recipe-client@mozilla.org version 65
1506954898418 addons.xpi-utils DEBUG Make addon app-system-defaults:shield-recipe-client@mozilla.org visible
1506954898419 addons.xpi DEBUG Updating XPIState for {“id":"shield-recipe-client@mozilla.org”,“syncGUID”:”{512173a8-a9d1-46cc-9071-15f6a63023ca}“,“location”:“app-system-defaults”,“version”:“65”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Shield Recipe Client”,“description”:“Client to download and run recipes for SHIELD, Heartbeat, etc.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464944194,“updateDate”:1506464944194,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\shield-recipe-client@mozilla.org.xpi”,“skinnable”:false,“size”:362688,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898421 DeferredSave.extensions.json DEBUG Save changes
1506954898421 addons.manager DEBUG Registering startup change ‘installed’ for webcompat@mozilla.org
1506954898423 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi
1506954898427 addons.xpi DEBUG Calling bootstrap method install on webcompat@mozilla.org version 1.1
1506954898427 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible
1506954898427 addons.xpi DEBUG Updating XPIState for {“id":"webcompat@mozilla.org”,“syncGUID”:“{182b878e-2e52-4171-b9c9-c582f1fd0b8a}”,“location”:“app-system-defaults”,“version”:“1.1”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Web Compat”,“description”:“Urgent post-release fixes for web compatibility.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464944034,“updateDate”:1506464944034,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi”,“skinnable”:false,“size”:8990,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898428 DeferredSave.extensions.json DEBUG Save changes
1506954898429 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible
1506954898429 addons.xpi DEBUG Updating XPIState for {“id”:”{972ce4c6-7e08-4474-a285-3208198ce6fd}“,“syncGUID”:”{dd35e1fe-aa5b-47c5-a5d1-9c4b9e477e9b}“,“location”:“app-global”,“version”:“56.0”,“type”:“theme”,“internalName”:“classic/1.0”,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“optionsBrowserStyle”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Default”,“description”:“The default theme.”,“creator”:“Mozilla”,“homepageURL”:null,“contributors”:[“Mozilla Contributors”]},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943470,“updateDate”:1506464943470,“applyBackgroundUpdates”:1,“path”:“C:\Program Files\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi”,“skinnable”:true,“size”:7141,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:true,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}“,“minVersion”:“56.0”,“maxVersion”:“56.0”}],“targetPlatforms”:[],“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“userPermissions”:null,“icons”:{},“iconURL”:“chrome://browser/content/default-theme-icon.svg”,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898431 DeferredSave.extensions.json DEBUG Save changes
1506954898431 addons.xpi DEBUG Updating XPIState for {“id":"fxdriver@googlecode.com”,“syncGUID”:”{494e9fe3-e25b-40cb-80a1-6f5d7ed84c82}“,“location”:“app-profile”,“version”:“3.5.3”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Firefox WebDriver”,“description”:“WebDriver implementation for Firefox”,“creator”:“Simon Stewart”,“homepageURL”:null},“visible”:true,“active”:false,“userDisabled”:false,“appDisabled”:true,“installDate”:1506954896694,“updateDate”:1506954896694,“applyBackgroundUpdates”:1,“bootstrap”:false,“path”:“C:\Users\User\AppData\Local\Temp\anonymous4236871946864567118webdriver-profile\extensions\fxdriver@googlecode.com”,“skinnable”:false,“size”:3279485,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:true,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}“,“minVersion”:“3.0”,“maxVersion”:“48.0”}],“targetPlatforms”:[{“os”:“Darwin”,“abi”:null},{“os”:“SunOS”,“abi”:null},{“os”:“FreeBSD”,“abi”:null},{“os”:“OpenBSD”,“abi”:null},{“os”:“WINNT”,“abi”:null},{“os”:“Linux”,“abi”:null}],“multiprocessCompatible”:false,“signedState”:0,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898431 addons.xpi DEBUG Updating XPIState for {“id":"activity-stream@mozilla.org”,“syncGUID”:”{021bd459-53fe-4bf5-96b2-809f5382c458}“,“location”:“app-system-defaults”,“version”:“0.0.0”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Activity Stream”,“description”:“A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you’re looking for in Firefox.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464944085,“updateDate”:1506464944085,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\activity-stream@mozilla.org.xpi”,“skinnable”:false,“size”:1280296,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898432 addons.xpi DEBUG Updating XPIState for {“id":"aushelper@mozilla.org”,“syncGUID”:“{141c402a-e9c2-4d71-9414-af8b09921d8c}”,“location”:“app-system-defaults”,“version”:“2.0”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Application Update Service Helper”,“description”:“Sets value(s) in the update url based on custom checks.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943449,“updateDate”:1506464943449,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi”,“skinnable”:false,“size”:8486,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898432 addons.xpi DEBUG Updating XPIState for {“id":"clicktoplay-rollout@mozilla.org”,“syncGUID”:”{3a1a980f-548b-4ec5-b1b1-b6db55366d6c}“,“location”:“app-system-defaults”,“version”:“1.4”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Click-to-Play staged rollout”,“description”:“Staged rollout for Click-to-Play Flash.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943454,“updateDate”:1506464943454,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\clicktoplay-rollout@mozilla.org.xpi”,“skinnable”:false,“size”:5779,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898432 addons.xpi DEBUG Updating XPIState for {“id":"e10srollout@mozilla.org”,“syncGUID”:“{9734d5cd-7ef9-40a9-8e6b-cc07d2a4e574}”,“location”:“app-system-defaults”,“version”:“3.00”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Multi-process staged rollout”,“description”:“Staged rollout of Firefox multi-process feature.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943486,“updateDate”:1506464943486,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi”,“skinnable”:false,“size”:13710,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898433 addons.xpi DEBUG Updating XPIState for {“id":"firefox@getpocket.com”,“syncGUID”:”{cfb7af1d-501d-41be-9ca2-d89a00ae6e99}“,“location”:“app-system-defaults”,“version”:“1.0.5”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Pocket”,“description”:“When you find something you want to view later, put it in Pocket.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943988,“updateDate”:1506464943988,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi”,“skinnable”:false,“size”:1002998,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898433 addons.xpi DEBUG Updating XPIState for {“id":"followonsearch@mozilla.com”,“syncGUID”:“{3fd5c5ba-cc7a-4c61-9158-beae35424015}”,“location”:“app-system-defaults”,“version”:“0.9.3”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Follow-on Search Telemetry”,“description”:null,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943518,“updateDate”:1506464943518,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\followonsearch@mozilla.com.xpi”,“skinnable”:false,“size”:16802,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“52.0”,“maxVersion”:“59.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898433 addons.xpi DEBUG Updating XPIState for {“id":"formautofill@mozilla.org”,“syncGUID”:”{2719d86c-6a31-4000-b5d5-bda9820f888e}“,“location”:“app-system-defaults”,“version”:“1.0”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Form Autofill”,“description”:“Autofill forms with saved profiles”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943828,“updateDate”:1506464943828,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\formautofill@mozilla.org.xpi”,“skinnable”:false,“size”:335585,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898434 addons.xpi DEBUG Updating XPIState for {“id":"onboarding@mozilla.org”,“syncGUID”:“{a4f7da03-d797-4560-b86b-da4d9444f79c}”,“location”:“app-system-defaults”,“version”:“0.1”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Photon onboarding”,“description”:“Photon onboarding”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943833,“updateDate”:1506464943833,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\onboarding@mozilla.org.xpi”,“skinnable”:false,“size”:431065,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898434 addons.xpi DEBUG Updating XPIState for {“id":"screenshots@mozilla.org”,“syncGUID”:”{5af2f339-bd39-4221-b632-e5574fb23af2}“,“location”:“app-system-defaults”,“version”:“10.12.0”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Firefox Screenshots”,“description”:null,“creator”:null,“homepageURL”:“https://pageshot.net/"},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464954322,“updateDate”:1506464954322,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:"C:\\Program Files\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi”,“skinnable”:false,“size”:714554,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}“,“minVersion”:“51.0a1”,“maxVersion”:”
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898435 addons.xpi DEBUG Updating XPIState for {“id":"shield-recipe-client@mozilla.org”,“syncGUID”:“{512173a8-a9d1-46cc-9071-15f6a63023ca}”,“location”:“app-system-defaults”,“version”:“65”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Shield Recipe Client”,“description”:“Client to download and run recipes for SHIELD, Heartbeat, etc.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464944194,“updateDate”:1506464944194,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\shield-recipe-client@mozilla.org.xpi”,“skinnable”:false,“size”:362688,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.“}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898435 addons.xpi DEBUG Updating XPIState for {“id":"webcompat@mozilla.org”,“syncGUID”:”{182b878e-2e52-4171-b9c9-c582f1fd0b8a}“,“location”:“app-system-defaults”,“version”:“1.1”,“type”:“extension”,“internalName”:null,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Web Compat”,“description”:“Urgent post-release fixes for web compatibility.”,“creator”:null,“homepageURL”:null},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464944034,“updateDate”:1506464944034,“applyBackgroundUpdates”:1,“bootstrap”:true,“path”:“C:\Program Files\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi”,“skinnable”:false,“size”:8990,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:false,“locales”:[],“targetApplications”:[{“id”:”{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",“minVersion”:“56.0”,“maxVersion”:"56.
”}],“targetPlatforms”:[],“multiprocessCompatible”:true,“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“mpcOptedOut”:false,“userPermissions”:null,“icons”:{},“iconURL”:null,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898442 addons.xpi DEBUG Updating XPIState for {“id”:“{972ce4c6-7e08-4474-a285-3208198ce6fd}”,“syncGUID”:“{dd35e1fe-aa5b-47c5-a5d1-9c4b9e477e9b}”,“location”:“app-global”,“version”:“56.0”,“type”:“theme”,“internalName”:“classic/1.0”,“updateURL”:null,“updateKey”:null,“optionsURL”:null,“optionsType”:null,“optionsBrowserStyle”:null,“aboutURL”:null,“defaultLocale”:{“name”:“Default”,“description”:“The default theme.”,“creator”:“Mozilla”,“homepageURL”:null,“contributors”:[“Mozilla Contributors”]},“visible”:true,“active”:true,“userDisabled”:false,“appDisabled”:false,“installDate”:1506464943470,“updateDate”:1506464943470,“applyBackgroundUpdates”:1,“path”:“C:\Program Files\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi”,“skinnable”:true,“size”:7141,“sourceURI”:null,“releaseNotesURI”:null,“softDisabled”:false,“foreignInstall”:false,“hasBinaryComponents”:false,“strictCompatibility”:true,“locales”:[],“targetApplications”:[{“id”:“{ec8030f7-c20a-464f-9b0e-13a3a9e97384}”,“minVersion”:“56.0”,“maxVersion”:“56.0”}],“targetPlatforms”:[],“seen”:true,“dependencies”:[],“hasEmbeddedWebExtension”:false,“userPermissions”:null,“icons”:{},“iconURL”:“chrome://browser/content/default-theme-icon.svg”,“icon64URL”:null,“blocklistState”:0,“blocklistURL”:null}
1506954898448 DeferredSave.extensions.json DEBUG Save changes
1506954898448 addons.xpi DEBUG Updating database with changes to installed add-ons
1506954898448 addons.xpi-utils DEBUG Updating add-on states
1506954898466 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\activity-stream@mozilla.org.xpi
1506954898467 addons.xpi DEBUG Calling bootstrap method startup on activity-stream@mozilla.org version 0.0.0
1506954898470 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi
1506954898471 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0
1506954898474 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\clicktoplay-rollout@mozilla.org.xpi
1506954898475 addons.xpi DEBUG Calling bootstrap method startup on clicktoplay-rollout@mozilla.org version 1.4
1506954898477 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi
1506954898478 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 3.00
1506954898479 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi
1506954898481 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5
1506954898562 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\followonsearch@mozilla.com.xpi
1506954898563 addons.xpi DEBUG Calling bootstrap method startup on followonsearch@mozilla.com version 0.9.3
1506954898564 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\formautofill@mozilla.org.xpi
1506954898565 addons.xpi DEBUG Calling bootstrap method startup on formautofill@mozilla.org version 1.0
1506954898566 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\onboarding@mozilla.org.xpi
1506954898566 addons.xpi DEBUG Calling bootstrap method startup on onboarding@mozilla.org version 0.1
1506954898568 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi
1506954898569 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 10.12.0
1506954898572 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\shield-recipe-client@mozilla.org.xpi
1506954898573 addons.xpi DEBUG Calling bootstrap method startup on shield-recipe-client@mozilla.org version 65
1506954898585 addons.xpi DEBUG Registering manifest for C:\Program Files\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi
1506954898586 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1
1506954898595 addons.manager DEBUG Registering shutdown blocker for XPIProvider
1506954898596 addons.manager DEBUG Provider finished startup: XPIProvider
1506954898596 addons.manager DEBUG Starting provider: LightweightThemeManager
1506954898596 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager
1506954898597 addons.manager DEBUG Provider finished startup: LightweightThemeManager
1506954898597 addons.manager DEBUG Starting provider: GMPProvider
1506954898612 addons.manager DEBUG Registering shutdown blocker for GMPProvider
1506954898613 addons.manager DEBUG Provider finished startup: GMPProvider
1506954898613 addons.manager DEBUG Starting provider: PluginProvider
1506954898614 addons.manager DEBUG Registering shutdown blocker for PluginProvider
1506954898614 addons.manager DEBUG Provider finished startup: PluginProvider
1506954898616 addons.manager DEBUG Completed startup sequence
1506954899502 DeferredSave.extensions.json DEBUG Write succeeded
1506954899503 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 22
1506954899503 DeferredSave.extensions.json DEBUG Starting timer
1506954899527 DeferredSave.extensions.json DEBUG Starting write
1506954899599 addons.repository DEBUG No addons.json found.
1506954899600 DeferredSave.addons.json DEBUG Save changes
1506954899610 DeferredSave.addons.json DEBUG Starting timer
1506954899650 addons.manager DEBUG Starting provider: PreviousExperimentProvider
1506954899650 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider
1506954899650 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider
1506954899662 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899662 DeferredSave.webext.sc.lz4 DEBUG Starting timer
1506954899700 DeferredSave.addons.json DEBUG Starting write
1506954899702 DeferredSave.extensions.json DEBUG Write succeeded
1506954899708 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899720 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899721 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899723 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899727 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899731 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899734 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899738 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899741 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899743 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899746 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899747 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899749 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899752 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899759 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899763 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899766 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899767 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899768 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899770 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899780 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899782 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899785 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899787 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899789 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899790 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899791 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899793 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899795 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899796 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899798 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899799 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899801 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899804 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899807 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899809 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899810 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899812 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899816 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899818 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899822 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899826 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899828 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899830 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899834 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899836 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899838 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899848 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899867 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899869 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954899949 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954900526 DeferredSave.webext.sc.lz4 DEBUG Save changes
1506954900887 DeferredSave.addons.json DEBUG Write succeeded
Unable to read VR Path Registry from C:\Users\User\AppData\Local\openvr\openvrpaths.vrpath
[Child 5524] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
[Child 5524] WARNING: pipe error: 109: file z:/build/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
1506954901951 addons.manager DEBUG Starting provider:
1506954901952 addons.manager DEBUG Registering shutdown blocker for
1506954901952 addons.manager DEBUG Provider finished startup:
1506954901955 addons.xpi INFO Mapping fxdriver@googlecode.com to C:\Users\User\AppData\Local\Temp\anonymous4236871946864567118webdriver-profile\extensions\fxdriver@googlecode.com
1506954901956 addons.xpi DEBUG Ignoring file entry whose name is not a valid add-on ID: C:\Users\User\AppData\Local\Temp\anonymous4236871946864567118webdriver-profile\extensions\webdriver-staging
1506954901957 addons.xpi DEBUG Existing add-on fxdriver@googlecode.com in app-profile
1506954901958 addons.xpi INFO Mapping activity-stream@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\activity-stream@mozilla.org.xpi
1506954901959 addons.xpi INFO Mapping aushelper@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi
1506954901959 addons.xpi INFO Mapping clicktoplay-rollout@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\clicktoplay-rollout@mozilla.org.xpi
1506954901959 addons.xpi INFO Mapping e10srollout@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi
1506954901960 addons.xpi INFO Mapping firefox@getpocket.com to C:\Program Files\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi
1506954901960 addons.xpi INFO Mapping followonsearch@mozilla.com to C:\Program Files\Mozilla Firefox\browser\features\followonsearch@mozilla.com.xpi
1506954901960 addons.xpi INFO Mapping formautofill@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\formautofill@mozilla.org.xpi
1506954901961 addons.xpi INFO Mapping onboarding@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\onboarding@mozilla.org.xpi
1506954901961 addons.xpi INFO Mapping screenshots@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi
1506954901961 addons.xpi INFO Mapping shield-recipe-client@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\shield-recipe-client@mozilla.org.xpi
1506954901962 addons.xpi INFO Mapping webcompat@mozilla.org to C:\Program Files\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi
1506954901963 addons.xpi DEBUG Existing add-on activity-stream@mozilla.org in app-system-defaults
1506954901963 addons.xpi DEBUG Existing add-on aushelper@mozilla.org in app-system-defaults
1506954901964 addons.xpi DEBUG Existing add-on clicktoplay-rollout@mozilla.org in app-system-defaults
1506954901965 addons.xpi DEBUG Existing add-on e10srollout@mozilla.org in app-system-defaults
1506954901965 addons.xpi DEBUG Existing add-on firefox@getpocket.com in app-system-defaults
1506954901966 addons.xpi DEBUG Existing add-on followonsearch@mozilla.com in app-system-defaults
1506954901967 addons.xpi DEBUG Existing add-on formautofill@mozilla.org in app-system-defaults
1506954901968 addons.xpi DEBUG Existing add-on onboarding@mozilla.org in app-system-defaults
1506954901968 addons.xpi DEBUG Existing add-on screenshots@mozilla.org in app-system-defaults
1506954901969 addons.xpi DEBUG Existing add-on shield-recipe-client@mozilla.org in app-system-defaults
1506954901970 addons.xpi DEBUG Existing add-on webcompat@mozilla.org in app-system-defaults
1506954901971 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program Files\Mozilla Firefox\browser\extensions{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
1506954901972 addons.xpi DEBUG Existing add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global
1506954901972 addons.xpi DEBUG getInstallState changed: false, state: {}
1506954902039 addons.productaddons INFO sending request to: https://aus5.mozilla.org/update/3/GMP/56.0/20170926190823/WINNT_x86_64-msvc-x64/ru/release/Windows_NT%206.1.1.0%20(x64)/default/default/update.xml
1506954903053 addons.productaddons INFO Completed downloading document
1506954904354 addons.productaddons INFO downloadXHR File download. status=200
1506954904359 addons.productaddons INFO Downloaded file will be saved to C:\Users\User\AppData\Local\Temp\tmpaddon-e68a32
1506954904666 DeferredSave.webext.sc.lz4 DEBUG Starting write
1506954904683 DeferredSave.webext.sc.lz4 DEBUG Write succeeded
1506954906997 addons.productaddons INFO downloadXHR File download. status=200
1506954907002 addons.productaddons INFO Downloaded file will be saved to C:\Users\User\AppData\Local\Temp\tmpaddon-b48fa2

org.openqa.selenium.WebDriverException: Timed out waiting 45 seconds for Firefox to start.
Build info: version: ‘3.5.3’, revision: ‘a88d25fe6b’, time: ‘2017-08-29T12:42:44.417Z’
System info: host: ‘USER-PC’, ip: ‘192.168.56.1’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_144’
Driver info: driver.version: FirefoxDriver
selenide.url: https://www.youtube.com
selenide.baseUrl: http://localhost:8080

at org.openqa.selenium.firefox.XpiDriverService.waitUntilAvailable(XpiDriverService.java:112)
at org.openqa.selenium.firefox.XpiDriverService.start(XpiDriverService.java:97)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:78)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:646)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:255)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:237)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:138)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:191)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:103)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:137)
at com.codeborne.selenide.webdriver.FirefoxDriverFactory.createFirefoxDriver(FirefoxDriverFactory.java:30)
at com.codeborne.selenide.webdriver.FirefoxDriverFactory.create(FirefoxDriverFactory.java:23)
at com.codeborne.selenide.webdriver.WebDriverFactory.lambda$createWebDriver$0(WebDriverFactory.java:55)
at java.util.Optional.map(Optional.java:215)
at com.codeborne.selenide.webdriver.WebDriverFactory.createWebDriver(WebDriverFactory.java:55)
at com.codeborne.selenide.impl.WebDriverThreadLocalContainer.createDriver(WebDriverThreadLocalContainer.java:242)
at com.codeborne.selenide.impl.WebDriverThreadLocalContainer.getAndCheckWebDriver(WebDriverThreadLocalContainer.java:113)
at com.codeborne.selenide.WebDriverRunner.getAndCheckWebDriver(WebDriverRunner.java:142)
at com.codeborne.selenide.impl.Navigator.navigateToAbsoluteUrl(Navigator.java:69)
at com.codeborne.selenide.impl.Navigator.open(Navigator.java:32)
at com.codeborne.selenide.Selenide.open(Selenide.java:79)
at com.codeborne.selenide.Selenide.open(Selenide.java:53)
at testJ.UserCan(testJ.java:8)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)

Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:42516/hub/status] to be available after 45003 ms
at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:102)
at org.openqa.selenium.firefox.XpiDriverService.waitUntilAvailable(XpiDriverService.java:110)
… 44 more
Caused by: java.util.concurrent.TimeoutException
at java.util.concurrent.FutureTask.get(FutureTask.java:205)
at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:147)
at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:77)
… 45 more
Process finished with exit code -1

PATH выглядит вот так C:\Program Files\Java\jdk1.8.0_144\bin;%MAVEN_HOME%/bin;%GRADLE_HOME%/bin;%GECKODRIVER%;

Сейчас: просто запускается фаерфокс и все, потом тест падает.

Вопрос: как сделать так, чтобы убрать эту ошибку ?
как запускать тесты в хроме? Configuration.browser = “chrome”; ? понятно, что импорттом. но как и куда прописать путь к chromedriver.exe

Спасибо.

Если используете Firefox версии 48+ то вы должны указать браузер marionette: Configuration.browser=“marionette”;
Путь к хром и гекодрайверу прописывается так:
System.setProperty(“webdriver.chrome.driver”, “/path/to/chromedriver”);
System.setProperty("“webdriver.gecko.driver"r”, “/path/to/geckodriver”);

Чтобы не мучится используйте селенид последной версии - 4.7. Там добавлен webdrivermanager, то есть нужный драйвер автоматически скачивается и вам не нужно руками прописивать к нему путь.

2 лайка

Ваша строка помогла. Спасибо

Но если писать так, то все равно открывается мозила. Намекните, пожалуйста, где копать дальше.

public class testJ {
@Test
public void UserCan() throws Exception {
System.setProperty(“webdriver.chrome.driver”, “C://Chromedriver/chromedriver.exe”);
System.setProperty(“webdriver.gecko.driver”, “C://Geckodriver/geckodriver.exe”);
Selenide.open(“https://www.youtube.com”);
}
}

Если хотите хром то нужно добавить Configuration.browser=“chrome”;
Как я писал выше, если перейдете на версию селенида 4.7 то System.setProperty("webdriver… писать не надо будет.
Советую ознакомиться с документацией селенида, там описано все что нужно знать для начала роботы - Documentation

Добавьте к вашему коду, перед открытием сайта
Configuration.browser = "marionette";

и нужен импорт:
import com.codeborne.selenide.Configuration;