
Tab.WaitForLoad() Wait for page to finish loading ~ Chm_Set(Tab,Method:="tag",Attribute:="Input",Index:=1,Property:="v",Value:="Just a test") ~ Chm_Set(Tab,Method:="Name",Attribute:="s",Index:=2,Property:="v",Value:="Just another test")

Tab:=Chm_Create_Instance("C:\Users\joe\AppData\Local\Google\Chrome\User Data\Default") Create instance using default ProfileĬhm_Set(Tab,Method:="Class",Attribute:="s",Index:=2,Property:="v",Value:="Just a test") #Include B:\Progs\AutoHotkey_L\AHK Work\WebPage\Chrome\Examples\Chrome.ahk GeekDude Class Here is the code I demonstrate in the below video where I demonstrate setting text in Chrome with AutoHotkey. There’s lots more to do but I wanted to share this to help others get started using the above Class. You can get the class here or read more about it on the AutoHotkey forum.


Web Scraping is Amazing! Being able to automate Chrome with AutoHotkey has been a long-term goal of mine! In this video I (quickly) walk through a function I wrote to leverage GeekDude’s Chrome.ahk class.
