How to use selenium on SmartTV browser
Asked Answered
R

1

7

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?

Ruffner answered 28/12, 2015 at 12:3 Comment(0)
L
1

Not really selenium and python. Samsung has provided automation testing interface in Java: References below:

Automatic Testing Tool download page

Automatic Testing Tool Guide

Source: Test Automation Tool For SMART TV Apps

Lachish answered 28/12, 2015 at 14:42 Comment(2)
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 modelsRuffner
Links are dead.Crabb

© 2022 - 2024 — McMap. All rights reserved.