Skip to content
New issue

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

Add methods in WebDriverUtils to make interacting with alerts more rational #213

Open
sbabcoc opened this issue May 13, 2022 · 0 comments
Open

Comments

@sbabcoc
Copy link
Owner

sbabcoc commented May 13, 2022

The modeling of alerts in Selenium WebDriver is... odd. Alerts are not search contexts, so it makes no sense that code needs to "switch" to an alert to interact with it. We should add methods in WebDriverUtils to encapsulate the weirdness. User code should never need to deal with driver targeting to interact with alerts.

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

No branches or pull requests

1 participant