We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a171c93 commit 1beb821Copy full SHA for 1beb821
src/tools/live-utils/start-session.ts
@@ -94,7 +94,7 @@ function buildDesktopUrl(
94
resolution: "responsive-mode",
95
speed: "1",
96
local: isLocal ? "true" : "false",
97
- start: "true",
+ ...(isLocal ? {} : { start: "true" }),
98
});
99
return `https://live.browserstack.com/dashboard#${params.toString()}`;
100
}
@@ -120,7 +120,7 @@ function buildMobileUrl(
120
scale_to_fit: "true",
121
122
123
124
125
126
0 commit comments