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?

Andersson
  • 51,635
  • 17
  • 77
  • 129

1 Answers1

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

Community
  • 1
  • 1
parishodak
  • 4,506
  • 4
  • 34
  • 48