removed the "platform" key of Network.setUserAgentOverride

It did nothing but causing confusion :)
This commit is contained in:
Leon 2020-06-15 18:46:07 +02:00 committed by GitHub
parent a806dc0f67
commit dd89df1666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class Chrome:
"Network.setUserAgentOverride",
{
"userAgent": original_user_agent_string.replace("Headless", ""),
"platform": "Windows",
},
)
logger.info(f"starting undetected_chromedriver.Chrome({args}, {kwargs})")