Is it possible to set chrome default locale programmatically when choosing the webdriver ? Right now I have 3 different docker images (FR, ES, EN) but it makes my gitlab runners run very slowly (or looks like it is) and also it is also not very flexible to test locally. Is there a way to switch chrome locale on the fly inbetween tests ?
Thanks a lot.