Skip to content

Commit d645793

Browse files
committed
Fix BrowserStack Grid URL
1 parent ace6d18 commit d645793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/CSF.Screenplay.Selenium.Tests/BrowserStack/BrowserStackDriverFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class BrowserStackDriverFactory : ICreatesWebDriverFromOptions
2424
{
2525
const string AdditionalOptionsCapabilityName = "bstack:options";
2626

27-
const string GridUrl = "http://localhost:4444/wd/hub/";
27+
const string GridUrl = "https://hub-cloud.browserstack.com/wd/hub/";
2828

2929
public WebDriverAndOptions GetWebDriver(WebDriverCreationOptions options, Action<DriverOptions>? supplementaryConfiguration = null)
3030
{

0 commit comments

Comments
 (0)