PlaywrightEngine - Validate CDP URLs in all cases

This commit is contained in:
Karim shoair
2024-11-06 11:24:56 +02:00
parent 6497b1b559
commit 6cf506cb22
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -96,6 +96,9 @@ class PlaywrightEngine:
# 'token': ''
}
cdp_url = construct_cdp_url(cdp_url, config)
else:
# To validate it
cdp_url = construct_cdp_url(cdp_url)
return cdp_url