Test for the new method.

This commit is contained in:
2022-01-05 15:04:25 -03:00
parent 1477673c5d
commit 739b21ddd1
2 changed files with 19 additions and 1 deletions
+8 -1
View File
@@ -27,4 +27,11 @@ Feature: The Chrome API client
And a Chrome instance
And the id of a new Google Chrome tab opened
When the close method is called upon the tab id
Then the tab must close
Then the tab must close
Scenario: Using the Chrome.eval method
Given the Chrome client
And a Chrome instance
And the id of a new Google Chrome tab opened
When the eval method is called upon the tab id with a command
Then this command must give back a value