How to use Selenium on a SmartTV browser

I know that selenium can be used on Android devices, start adb-server, chromedriver and then create an instance of webdriver.Remote()… I want to know if there is a similar method using selenium’s Samsung SmartTV Use a web browser on the device. If possible, how can I implement it in Python?
Not really selenium and Python. Samsung provides an automated testing interface in Java: The references are as follows:

Automatic Testing Tool download page

Automatic Testing Tool Guide

Source: Test Automation Tool For SMART TV Apps

I know that selenium can be used on Android devices, start adb-server, chromedriver and then create webdriver.Remote() instance… I want to know if there is a similar method to use web browser on Samsung SmartTV devices using selenium .If possible, how can I implement it in Python?

Not really selenium and Python. Samsung provides an automated testing interface in Java: References are as follows:

Automatic Testing Tool download page

Automatic Testing Tool Guide

Source: Test Automation Tool For SMART TV Apps

Leave a Comment

Your email address will not be published.