Testing some of the methods added.

This commit is contained in:
2022-01-05 12:22:36 -03:00
parent c3d3403952
commit 6ffddd5dbc
2 changed files with 47 additions and 8 deletions
+14 -3
View File
@@ -1,6 +1,17 @@
Feature: The Chrome API client
Scenario: Using the Chrome.Start method
Scenario: Using the Chrome.start method
Given the Chrome client
When the Start method is called
Then Google Chrome should open
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