ContributionsMost RecentMost LikesSolutionsRe: Selenium connection issue Please make sure that you also define the protocol in the settings of your testing framework. (That was my fail): url: 'https://example.com/' host: 'eu-desktop-hub.bitbar.com' protocol: 'https' port: 443 path: '/wd/hub' connection_timeout: 10 browser: 'firefox' capabilities: platform: 'Windows' osVersion: '11' bitbar_apiKey: '...'