I am working on web site scraping project where I am using webbrowser control in C#.net I almost done these by going from page to page and collecting data.This project has to run automatically. One page has JavaScript function and there is alert message notification is popping up. How I can pass this alert?Is there any way to comment it out or call click method? Please help with this.
Thank you in advance