Skip to content

Commit

Permalink
Was not aware that we needed to startup a RokuWebDriver server based …
Browse files Browse the repository at this point in the history
…on the instructions in the README. Another user reported the same problem in Issue rokudev#5

rokudev#5
  • Loading branch information
TimB0 committed Aug 9, 2021
1 parent c101aaf commit fc40015
Showing 1 changed file with 7 additions and 1 deletion.
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

0 comments on commit fc40015

Please sign in to comment.