rod
rod copied to clipboard
WaitInteractive and MustWaitInteractive function
rod.Page now provides WaitLoad and MustWaitLoad to waiting complete state, but in some cases, we only need to parse the HTML content without waiting for additional resources to load. In this case,document.readyState == "interactive" will be very useful.
Sounds nice! Could you raise an PR for it?