I'm automating the testing process for Roku devices on our channel, and one of the key tasks involves verifying whether a specific element is currently in focus.
I used the Roku Webdriver API for the same mentioned here ( v1/session/:sessionId/element/active ).
But when i run the API in Postman I get an error saying
"error": "unknown method", "message": "Method has not yet been implemented"
Error Screenshot