From fc40015ee60a00576df8c69269cd0949404b1a3b Mon Sep 17 00:00:00 2001 From: TimB0 Date: Mon, 9 Aug 2021 16:54:30 -0700 Subject: [PATCH] Was not aware that we needed to startup a RokuWebDriver server based on the instructions in the README. Another user reported the same problem in Issue #5 https://github.com/rokudev/automated-channel-testing/issues/5 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index caba72b..f1a2465 100755 --- a/README.md +++ b/README.md @@ -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 /automated-channel-testing-master/sample/script/main.py