Skip to content

Commit 9ecb369

Browse files
committed
Browser change to Chrome
1 parent 5eabe0c commit 9ecb369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def driver(request):
1616

1717
gridURL = "https://{}:{}@hub.lambdatest.com/wd/hub".format(username, access_key)
1818

19-
ch_options = webdriver.FirefoxOptions()
19+
ch_options = webdriver.ChromeOptions()
2020
ch_options.browser_version = "latest"
2121
ch_options.platform_name = "Windows 11"
2222

@@ -25,7 +25,7 @@ def driver(request):
2525
lt_options["project"] = "Project: Getting Started with Selenium Python"
2626
lt_options["name"] = "Test: Getting Started with Selenium Python"
2727

28-
lt_options["browserName"] = "Firefox"
28+
lt_options["browserName"] = "Chrome"
2929
lt_options["browserVersion"] = "latest"
3030
lt_options["platformName"] = "Windows 11"
3131

0 commit comments

Comments
 (0)