File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ $I->see('Welcome, Davert!');
31
31
32
32
{% endhighlight %}
33
33
34
- **This scenario can be performed either by PhpBrowser or by a "real" browser through Selenium WebDriver**.
34
+ **This scenario can be performed either by PhpBrowser or by a "real" browser through WebDriver**.
35
35
36
36
| | PhpBrowser | WebDriver |
37
37
| --- | --- | --- |
38
38
| Browser Engine | Guzzle + Symfony BrowserKit | Chrome or Firefox |
39
39
| JavaScript | No | Yes |
40
40
| `see`/`seeElement` checks if… | …text is present in the HTML source | …text is actually visible to the user |
41
- | Read HTTP response headers | Yes | No |
42
- | System requirements | PHP with [cURL extension ](http://php.net/manual/book.curl.php) | Selenium Standalone Server, Chrome or Firefox |
41
+ | Access to HTTP response headers and status codes | Yes | No |
42
+ | System requirements | PHP with [ext-curl ](http://php.net/manual/book.curl.php) | Chrome or Firefox; optionally with Selenium Standalone Server |
43
43
| Speed | Fast | Slow |
44
44
45
45
We will start writing our first acceptance tests with PhpBrowser.
You can’t perform that action at this time.
0 commit comments