I am scraping a webpage using Selenium webdriver in Python
The webpage I am working on has a form. I am able to fill the form and then I click on the Submit button.
It generates a popup window( Javascript Alert). I am not sure, how to click the popup through webdriver.
Any idea of how to do it?
Thanks