Translating webpage to English using selenium | Selenium Forum
M
Posted on 09/11/2017
Hello All,

I am trying to translate a webpage to english in chrome using selenium.
Tried adding this to chrome options
options.addArguments("-lang=en");

But its not working, can anyone please help.
Any suggestions/solutions will be greatly appreciated

My requirement is -
1. To load a website & translate it so that the content is displayed in english

M
Replied on 10/11/2017

check if you'll have to add an extension(google translate) for that?