From 15a12df0fc6ea4269ce196f5ba9c72f667a1e442 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sun, 27 Dec 2020 15:16:14 +0100 Subject: [PATCH] Second attempt part 2 of https://github.com/Codeception/codeception.github.com/pull/367 this time :-) --- docs/03-AcceptanceTests.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/03-AcceptanceTests.md b/docs/03-AcceptanceTests.md index cf9eaa16e..37807d0fe 100644 --- a/docs/03-AcceptanceTests.md +++ b/docs/03-AcceptanceTests.md @@ -31,15 +31,15 @@ $I->see('Welcome, Davert!'); {% endhighlight %} -**This scenario can be performed either by PhpBrowser or by a "real" browser through Selenium WebDriver**. +**This scenario can be performed either by PhpBrowser or by a "real" browser through WebDriver**. | | PhpBrowser | WebDriver | | --- | --- | --- | | Browser Engine | Guzzle + Symfony BrowserKit | Chrome or Firefox | | JavaScript | No | Yes | | `see`/`seeElement` checks if… | …text is present in the HTML source | …text is actually visible to the user | -| Read HTTP response headers | Yes | No | -| System requirements | PHP with [cURL extension](http://php.net/manual/book.curl.php) | Selenium Standalone Server, Chrome or Firefox | +| Access to HTTP response headers and status codes | Yes | No | +| System requirements | PHP with [ext-curl](http://php.net/manual/book.curl.php) | Chrome or Firefox; optionally with Selenium Standalone Server | | Speed | Fast | Slow | We will start writing our first acceptance tests with PhpBrowser. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy