From 7397a39bd13c8f09c51162d889ed4f348df9c870 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sun, 1 Nov 2020 21:20:51 +0100 Subject: [PATCH] Update 03-AcceptanceTests.md Switching to new name for facebook web-driver --- docs/03-AcceptanceTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-AcceptanceTests.md b/docs/03-AcceptanceTests.md index cf9eaa16e..7d4259b8a 100644 --- a/docs/03-AcceptanceTests.md +++ b/docs/03-AcceptanceTests.md @@ -415,7 +415,7 @@ In such tests, we should concentrate more on **testing the UI** than on testing "[WebDriver](https://www.w3.org/TR/webdriver/)" is the name of a protocol (specified by W3C) to drive browsers automatically. This specification is implemented for all modern desktop and mobile browsers. -Codeception uses [facebook/php-webdriver](https://github.com/facebook/php-webdriver) library from Facebook as PHP implementation of WebDriver protocol. +Codeception uses [php-webdriver/php-webdriver](https://github.com/php-webdriver/php-webdriver) as a PHP implementation of the WebDriver protocol. To control the browsers you need to use a program or a service to start/stop browser sessions. In the next section, we will overview the most popular solutions.