Add a comment

This commit is contained in:
Michael Mintz 2021-11-15 14:34:05 -05:00
parent e63d425485
commit 83105cbd9c
1 changed files with 1 additions and 0 deletions

View File

@ -876,6 +876,7 @@ def get_remote_driver(
device_height,
device_pixel_ratio,
):
# Construct the address for connecting to a Selenium Grid
if servername.startswith("https://"):
protocol = "https"
servername = servername.split("https://")[1]