From d4fe1ca79a2101a63e239f8cba30cdd1c40401e6 Mon Sep 17 00:00:00 2001 From: Enrique Gonzalez Date: Wed, 14 Nov 2018 10:24:15 -0800 Subject: [PATCH] chore(config): Update sauceSeleniumAddress port to 443 (#5041) Updated comment reflects driverProvider/sauce.ts using port 443 instead of port 80. --- lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.ts b/lib/config.ts index 743ce2f3f..b26b59b09 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -160,7 +160,7 @@ export interface Config { * Use sauceSeleniumAddress if you need to customize the URL Protractor * uses to connect to sauce labs (for example, if you are tunneling selenium * traffic through a sauce connect tunnel). Default is - * ondemand.saucelabs.com:80/wd/hub + * ondemand.saucelabs.com:443/wd/hub */ sauceSeleniumAddress?: string;