method

driven_by

Importance_1
v5.1.7 - Show latest stable - 0 notes - Class: SystemTestCase
driven_by(driver, using: :chrome, screen_size: [1400, 1400], options: {}) public

System Test configuration options

The default settings are Selenium, using Chrome, with a screen size of 1400x1400.

Examples:

driven_by :poltergeist

driven_by :selenium, using: :firefox

driven_by :selenium, screen_size: [800, 800]
Show source
Register or log in to add new notes.