Sha256: 3562973202131182921e03dc343fe60bf553fef08f2069c92fdc69eedf9e1486
Contents?: true
Size: 1.69 KB
Versions: 3
Compression:
Stored size: 1.69 KB
Contents
Feature: RDee should work well with browsers on your local machine Since I only have a Mac I will test Firefox, Chrome, and Safari Scenario: Creating a Firefox browser on the local machine using Selenium When I establish a Firefox browser on the local machine using Selenium Then I should be able to perform a google search for cheezyworld And I should be able to close the connection Scenario: Creating a Firefox browser on the local machine using Watir When I establish a Firefox browser on the local machine using Watir Then I should be able to perform a google search for cheezyworld And I should be able to close the connection Scenario: Creating a Chrome browser on the local machine using Selenium When I establish a Chrome browser on the local machine using Selenium Then I should be able to perform a google search for cheezyworld And I should be able to close the connection Scenario: Creating a Chrome browser on the local machine using Watir When I establish a Chrome browser on the local machine using Watir Then I should be able to perform a google search for cheezyworld And I should be able to close the connection Scenario: Creating a Safari browser on the local machine using Selenium When I establish a Safari browser on the local machine using Selenium Then I should be able to perform a google search for cheezyworld And I should be able to close the connection Scenario: Creating a Safari browser on the local machine using Watir When I establish a Safari browser on the local machine using Watir Then I should be able to perform a google search for cheezyworld And I should be able to close the connection
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
RDee-0.3 | features/local_browsers.feature |
RDee-0.2 | features/local_browsers.feature |
RDee-0.1 | features/local_browsers.feature |