Hello,

I was using Internet Explorer for web automation. But due to compatibility issue I am planning to migrate to chrome. So I thought I can implement using Selenium.

But In selenium, it is not possible to me to find alternatives for BeforeNavigate and Documentcomplete events of Internet Explorer.

My intention is simple, When a user manually navigates to other links I want get the URL navigated and when page loads completely I want to get Documentcomplete event.

What are the alternative methods for that in selenium ?

Also I want to download the files from website, which dont have exact URL, how to control the download event using mouse clickevent in selenium (DownloadBegin and DownloadComplete) ?

Please help.