From caeaa4652fb2335a4cd07de325ff7143e2f7dad1 Mon Sep 17 00:00:00 2001 From: Mariano Giagante Date: Tue, 9 Oct 2018 23:25:10 -0300 Subject: [PATCH] Updates readme.md as per removed driver option This commit removes a reference to the --pageobject-driver option, which is no longer supported. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 68b135c..b82b343 100644 --- a/Readme.md +++ b/Readme.md @@ -33,7 +33,7 @@ If you are testing a native windows application, testgen can setup the There is another option available with will create the page or screen directory in a base directoy named lib. It will also setup the project so these files get loaded the same way they would if the directory was in the support directory. Here's an example of creating a project for web testing using the lib option: - testgen project --pageobject-driver=watir --with-lib + testgen project --with-lib