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 5eabe0c commit 9ecb369Copy full SHA for 9ecb369
conftest.py
@@ -16,7 +16,7 @@ def driver(request):
16
17
gridURL = "https://{}:{}@hub.lambdatest.com/wd/hub".format(username, access_key)
18
19
- ch_options = webdriver.FirefoxOptions()
+ ch_options = webdriver.ChromeOptions()
20
ch_options.browser_version = "latest"
21
ch_options.platform_name = "Windows 11"
22
@@ -25,7 +25,7 @@ def driver(request):
25
lt_options["project"] = "Project: Getting Started with Selenium Python"
26
lt_options["name"] = "Test: Getting Started with Selenium Python"
27
28
- lt_options["browserName"] = "Firefox"
+ lt_options["browserName"] = "Chrome"
29
lt_options["browserVersion"] = "latest"
30
lt_options["platformName"] = "Windows 11"
31
0 commit comments