Change log
Unexpected browser alerts have the potential to disable a selenium test suite if not handled appropriately. In my experience I have found any unexpected browser alert will fail all other tests in the suite.
I would like to add a unexpected alert scenario to this library that:
1) Upon clicking the link in the unexpected_alert page:
a) Opens a new tab that loads the home page.
b) Loads an alert message when the parent tab is clicked.
Change log Unexpected browser alerts have the potential to disable a selenium test suite if not handled appropriately. In my experience I have found any unexpected browser alert will fail all other tests in the suite.
I would like to add a unexpected alert scenario to this library that: 1) Upon clicking the link in the unexpected_alert page: a) Opens a new tab that loads the home page. b) Loads an alert message when the parent tab is clicked.
Other changes
Verification
rackup
.