Forum Discussion

sumitsehgal's avatar
2 years ago

Roku Webdriver API to return focused element throws error

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 

  • I've been trying to figure this out myself. Support is lacking.