Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ Test the [Roku WebDriver](https://developer.roku.com/docs/developer-program/dev-

d. [Sideload](https://developer.roku.com/docs/developer-program/getting-started/developer-setup.md#step-2-accessing-the-development-application-installer) the sample channel (**channel.zip**) included in the **/automated-channel-testing-master/sample** directory.

e. Run the sample Web driver client application. Include the IP address of your Roku device as an argument. If the test is successful, "Test Passed" is output in the console.
e. Start the RokuWebDriver server by running one of the binaries located in the /bin directory

RokuWebDriver_linux
RokuWebDriver_mac
RokuWebDriver_win.exe

f. Run the sample Web driver client application. Include the IP address of your Roku device as an argument. If the test is successful, "Test Passed" is output in the console.

python <path>/automated-channel-testing-master/sample/script/main.py <device-ip-address>

Expand Down