hi I have tried this attached command with YOUR_DEV_TOKEN change
curl --request POST \
--url https://local.rdr.tpagent.io:8443/api/development/session \
--header 'Accept: application/json' \
--header 'Authorization: Ds9WipbhLfcIlnem4LNxzNRloBz8Mt9YnM3CHmQ_l9k1' \
--header 'Cache-Control: no-cache' \
--header 'Content-Type: application/json' \
--header 'Postman-Token: 56b92afa-35f2-41fb-91a0-0a863f50e6b0' \
--data '{ "driverSettings": { "mobileSettings": null, "desiredCapabilties": null, "desiredCapabilitiesObject": null, "mobile": false, "type": "Chrome" }, "sdkVersion": "0.41.0"}'
and got below response
{"status":500,"code":0,"source":"ServerError","message":"Application error occurred during the request processing, please try again"}
Then I tried with change in type: as Firefox
the I got response as
{"capabilities":{"capabilities":{"moz:profile":"/tmp/rust_mozprofile.dwurzjEvQLiU","rotatable":false,"timeouts":{"implicit":0.0,"pageLoad":300000.0,"script":30000.0},"pageLoadStrategy":"normal","moz:headless":false,"platform":"ANY","moz:accessibilityChecks":false,"moz:useNonSpecCompliantPointerOrigin":false,"webdriver.remote.sessionid":"f99e41d4-9c99-4acb-b37f-677adfac092d","acceptInsecureCerts":true,"browserVersion":"61.0.1","platformVersion":"4.15.0-29-generic","moz:processID":11212.0,"browserName":"firefox","takesScreenshot":true,"javascriptEnabled":true,"platformName":"linux","cssSelectorsEnabled":true,"moz:webdriverClick":true}},"dialect":"OSS","devSocketPort":32931,"testManagerGuid":"e074bdfd-6ac8-499b-a3e3-d15e49e09a7f","serverAddress":"
http://127.0.0.1:43397/wd/hub","sessionId":"f99e41d4-9c99-4acb-b37f-677adfac092d"}
please help to understand this