Skip to content

Commit 83105cb

Browse files
committed
Add a comment
1 parent e63d425 commit 83105cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ def get_remote_driver(
876876
device_height,
877877
device_pixel_ratio,
878878
):
879+
# Construct the address for connecting to a Selenium Grid
879880
if servername.startswith("https://"):
880881
protocol = "https"
881882
servername = servername.split("https://")[1]

0 commit comments

Comments
 (0)