I'm getting 500 error saying

I’m getting 500 error saying:

{"sessionId":null,"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. Original error: Failed to set language: null and country: tr"}}

Hello,

Please allow me to share that if you pass “locale” capability, you will also need to pass “language” capability as they should go together. Upon checking the logs for this error, it looks like “language” capability is missing hence the “Original error: Failed to set language: null and country: tr”.

To move forward here, please refer to the sample capabilities below:

capabilities.setCapability("language", "tr");

capabilities.setCapability("locale", "tr");

Also, I would recommend utilizing our capability generator for generating the capabilities: https://www.lambdatest.com/capabilities-generator/