I use Selenium, Chromedriver and Chromium to access a website. Now there is an entry field on this page. If I don't enter a browser language, German is the default. Then I have to pass the date in the format (DDMMYYYY). When I open the browser with the argument co.add_argument ("- lang = en") I have to enter the date in the format YYYYMMDD. Now I want the browser to be in English and the date format to be (DDMMYYYY).
Thanks Tim