Cucumber と Watir Webdriver を使用して自動化しています。シナリオ アウトラインを使用できるように、毎回実行後にブラウザを閉じるのではなく、ブラウザの状態をクリアする方法があるかどうかを知りたいです。ブラウザのインスタンスを 1 つだけ開いてクリアします。例の表にリストされている他の例のブラウザの状態
Scenario Outline: This is an example of what I want to achieve.
Given I visit the <Website>
Then the current page must be <page_title>
Example:
|Website|page_title|
|google| Google|
|Facebook|Welcome to Facebook|