I am not sure whether selenium webdriver can handle Javascript alert/pop-up window.
I have a scenario like
1. User uploads a xls file and click on upload button
2. Alert/Pop-up window will be displayed . Click "OK" on window
Am able to automate the above scenario but the Alert/pop-up window is displayed while running the scripts.
Is their anyway workaround that we can handle javascript alert/pop-up window?