I know that selenium
can be used for Android
devices by starting adb-server
, chromedriver
and then creating webdriver.Remote()
instance... I'm wondering if there a similar way to operate with web-browser on Samsung SmartTV device using selenium
. If it's possible, how can I implement it with Python
?
Asked
Active
Viewed 1,468 times
7

Andersson
- 51,635
- 17
- 77
- 129
1 Answers
1
Not really selenium and python. Samsung has provided automation testing interface in Java: References below:

Community
- 1
- 1

parishodak
- 4,506
- 4
- 34
- 48
-
Yeah... I know about this tool and have even tried it, but seems that it allow only to test SmartTV apps on TV emulator and just for 2014 year models – Andersson Dec 28 '15 at 15:55
-
Links are dead. – Timothy Cope Sep 11 '17 at 17:14