Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use selenium on SmartTV browser

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?

like image 410
Andersson Avatar asked Nov 21 '22 19:11

Andersson


1 Answers

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

like image 56
parishodak Avatar answered Dec 28 '22 08:12

parishodak