Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Selenium2 driver to accept unexpectedAlertBehavior option #338

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

pawel-grzona
Copy link

No description provided.

@@ -93,6 +93,7 @@ protected function getCapabilitiesNode()
->addDefaultsIfNotSet()
->normalizeKeys(false)
->children()
->scalarNode('unexpectedAlertBehaviour')->defaultValue('ignore')->end()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we put no default value, as done for others. We rely on Selenium's default for most of them (especially given that different implementations might support different ones)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, makes sense, I will change it.
Thanks for the review :)

What about the Travis failures below? They don't seem to be related to my change?

@pawel-grzona
Copy link
Author

@stof, I have applied your suggestion, can you please merge the PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants