subhashr's avatar
subhashr
Occasional Visitor
2 years ago
Status:
New Idea

Implementation of OnWebPageDownloaded event for Chrome & Edge browser

As part of the Event Handlers, we have lot of events in TestComplete which are easy to implement in Project and helps to reduce manual effort.

There is one Event called 'OnWebPageDownloaded' which occurs post the web browser loads a page specified by URL. 

However, this event is supported to IE browser and MS Web Browser control only. 

This event is not supported to Chrome & Edge browser as both are mode from Chromium engine.

Please implement this event for other browsers like Chrome, Edge & Firefox browser as a future purpose.. That will helps to implement same event across all the browsers.

3 Comments

  • tjohn's avatar
    tjohn
    Occasional Contributor

    Isolating event handler solution that is specific to a web page would help a lot in reducing execution run time. 

  • Agree with TJohn.   Execution time has become a critical issue here at our company.  Any and all performance enhancements - but especially this one - would be very welcome.  

  • Shirin's avatar
    Shirin
    New Contributor

    Implementing this solution for Chrome / Edge / other browsers  is very necessary since this is one event handler that would save a lot of run time plus being able to implement it globally vs. within each keyword test.