Skip to content

Instantly share code, notes, and snippets.

@nikolay-advolodkin
Created October 4, 2018 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikolay-advolodkin/3da394dbbd52e405b235fb7fbea9fa53 to your computer and use it in GitHub Desktop.
Save nikolay-advolodkin/3da394dbbd52e405b235fb7fbea9fa53 to your computer and use it in GitHub Desktop.
Handling selenium dialog boxes
var popup = Driver.SwitchTo().Alert();
popup.Accept();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment