updated example (selenium2 is default javascript_session from now on)
This commit is contained in:
11
README.md
11
README.md
@@ -38,13 +38,10 @@ activate `MinkExtension`:
|
|||||||
# ...
|
# ...
|
||||||
extensions:
|
extensions:
|
||||||
mink_extension.phar:
|
mink_extension.phar:
|
||||||
mink_loader: 'mink-VERSION.phar'
|
mink_loader: 'mink-VERSION.phar'
|
||||||
base_url: 'http://example.com'
|
base_url: 'http://example.com'
|
||||||
|
goutte: ~
|
||||||
javascript_session: 'selenium2'
|
selenium2: ~
|
||||||
|
|
||||||
goutte: ~
|
|
||||||
selenium2: ~
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For all configuration options, check [extension configuration
|
For all configuration options, check [extension configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user