Currently your browsers for test-automation are running with english locale. But I need to set this to de-DE. I found Automation Capabilities Generator For Selenium and Appium | LambdaTest, but there seems to be no setting for this. in Edge.
hey Helen, You can take reference from this -
${list} = Create List --lang=ar
${args} = Create Dictionary args=${list}
${desired caps} = Create Dictionary platform=${OS} chromeOptions=${args}
Open Browser https://www.google.com remote_url=${grid_url} browser=${BROWSER} desired_capabilities=${desired caps} (Robot Framework , Py)"