6 lines
186 B
Gherkin
6 lines
186 B
Gherkin
|
Feature: The Chrome API client
|
||
|
|
||
|
Scenario: Using the Chrome.Start method
|
||
|
Given the Chrome client
|
||
|
When the Start method is called
|
||
|
Then Google Chrome should open
|