Reliable function to confirm webpage fully loaded in Chrome before continuing with script?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
milkygirl90
Posts: 565
Joined: 10 Nov 2020, 21:22

Reliable function to confirm webpage fully loaded in Chrome before continuing with script?

20 Jul 2021, 21:41

I used this function below but it wasn't reliable. Any suggestions?

Code: Select all

chromePageWait()
	{
	global
	Loop 50
		{
		while (A_Cursor = "AppStarting")
			continue
		Sleep, 100
		}
	}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 171 guests