We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
**Is your feature request related to a problem? No, it's a feature request
Describe the solution you'd like Ability to handle Javascript alert windows with Flood Element
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
This is already supported :)
step('Handle alert', async browser => { let dialog = await browser.wait(Until.alertIsPresent()) await dialog.accept() })
Sorry, something went wrong.
@ivanvanderbyl if this has been created, we should update https://wilsonmar.github.io/flood-the-internet/#challenges-on-the-internet-app, which has a page to test actual events.
Is there a problem with this in 2.0? I can't for the life of me get it to work.
ivanvanderbyl
No branches or pull requests
**Is your feature request related to a problem? No, it's a feature request
Describe the solution you'd like
Ability to handle Javascript alert windows with Flood Element
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: