Test for the new method.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user