I am trying to use the below code to convert a web page from Swedish to English language:
chrome_options.add_argument("--lang=en-US")
I also tried the below:
'profile.default_content_settings.images': 2,
'translate_whitelists': {
'se':'en',
'el':'en',
},
'translate':{'enabled':'True'},
'intl.accept_languages': 'en,en_US',
})
None of them worked. The code has to be in Python Selenium