replaycli-py/api/chrome/features/chrome.feature

17 lines
580 B
Gherkin
Raw Normal View History

2022-01-05 13:30:34 +00:00
Feature: The Chrome API client
2022-01-05 15:22:36 +00:00
Scenario: Using the Chrome.start method
2022-01-05 13:30:34 +00:00
Given the Chrome client
2022-01-05 15:22:36 +00:00
When the start method is called
Then Google Chrome should open
Scenario: Using the Chrome.start_headless method
Given the Chrome client
When the start_headless method is called
Then Google Chrome should open headless
Scenario: Using the Chrome.stop method
Given the Chrome client
And a Chrome instance
When the stop method is called upon it
Then this Google Chrome instance should close