How to handle the Leave/Stay browser dialog in selenium webdriver -


enter image description here

i not able handle browser dialog in selenium c# code. switchto().alert doesn't work dialog. there way can handle such dialogs?

read this

or

you can try keyboard event well

public event keypresseventhandler keypress 

Comments

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -