mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Needs an 'r' & it's QtWebkit not WebkitQt.
This commit is contained in:
parent
759f5afa20
commit
8a153c6bf7
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ Note: Envjs does not support transactional fixtures; see the section
|
|||
|
||||
=== Capybara-webkit
|
||||
|
||||
The {capybara-webkit drive}[https://github.com/thoughtbot/capybara-webkit] is for true headless
|
||||
testing. It uses WebKitQt to start a rendering engine process. It can execute JavaScript as well.
|
||||
The {capybara-webkit driver}[https://github.com/thoughtbot/capybara-webkit] is for true headless
|
||||
testing. It uses QtWebKit to start a rendering engine process. It can execute JavaScript as well.
|
||||
It is significantly faster than drivers like Selenium since it does not load an entire browser.
|
||||
|
||||
You can install it with:
|
||||
|
|
Loading…
Add table
Reference in a new issue