From 87fdc63e65746c05dfcba8d908f917701ed7deba Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Tue, 12 Nov 2024 16:08:59 -0800 Subject: [PATCH] docs: append troubleshooting --- packages/appium-tizen-tv-driver/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/appium-tizen-tv-driver/README.md b/packages/appium-tizen-tv-driver/README.md index cf162466..2ae11ba5 100644 --- a/packages/appium-tizen-tv-driver/README.md +++ b/packages/appium-tizen-tv-driver/README.md @@ -268,6 +268,8 @@ npm run watch - Report this issue in [bug report](https://www.tizen.org/ko/community/bug-tracker/how-report-bugs) - `data-focused=""` property on an element/the page source hierarchy would indicate the element is currently haveing "focus" - It needs chromedriver automation +- A new permission popup appears if the same name of token generated by `wscat -n -c wss://:8002/api/v2/channels/samsung.remote.control?name=` establishes more than two sessions + - Then, the later sessions will get the popup while the "name" has already been granted permission. Please make sure one TV has one WebSocket connection for the `remote` controller mode with the same `name` (`host` in this driver case) ## Credits