updated for chrome 118

This commit is contained in:
Pierre Tellier 2023-11-09 19:56:26 +00:00
parent 7b0c82ca14
commit 595d232c88
1 changed files with 1 additions and 1 deletions

2
V6.py
View File

@ -18,7 +18,7 @@ def firefox_driver(mobile=False, headless=False):
PC_USER_AGENT = (
"Mozilla/5.0 (X11; Linux x86_64)"
"AppleWebKit/537.36 (KHTML, like Gecko)"
"Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58"
"Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.46"
)
MOBILE_USER_AGENT = (
"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N)"