From 8ff744cf3de06eb2d95d72711e16103fd0ba9d87 Mon Sep 17 00:00:00 2001 From: jexner Date: Fri, 13 Apr 2018 14:18:24 +0200 Subject: [PATCH] - Doc fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80bc325..6fd354e 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ You can (and probably *must*) specify the location of your chromedriver executab ## "Drivers" -While I originally used phantomJS, I changed to HTMLUnit at some point, and now to ChromeDriver. I presume you know how to checkout by Release, so suffice it to say that 1.0 uses phantomJS, 1.1 is HTMLUnit and 1.2 uses ChromeDriver. +While I originally used phantomJS, I changed to HTMLUnit at some point, and now to ChromeDriver. I presume you know how to checkout by Release, so suffice it to say that 1.0 uses phantomJS, 2.0 is HTMLUnit and 3.x uses ChromeDriver. -The block tracking feature of 1.1 is gone in 1.2, but might come back if I find out how to do it. +The block tracking feature of 2.0 is gone in 3.x, but might come back if I find out how to do it. -Note that the there is a blog article for version 1.1: https://webanalyticsfordevelopers.com/2017/07/18/automated-testing-blocking-tracking/ +Note that the there is a blog article for version 2.0: https://webanalyticsfordevelopers.com/2017/07/18/automated-testing-blocking-tracking/ ## Format of testdescription.json file