G33kDude / Chrome.ahk

Automate Google Chrome using native AutoHotkey
https://autohotkey.com/boards/viewtopic.php?t=42890
MIT License
336 stars 82 forks source link

posting error.. #6

Closed adegard closed 1 year ago

jdpmdphd commented 3 years ago

Why does this come up empty on a chrome page with --debug to 9222 !c:: WinGetTitle,title,A Page:=Chrome.GetPageByTitle(title, "exact") list:=Page.GetPageList() dump1:=Chrome.Jxon_Dump(list) findContinue:="document.evaluate('//button',document,null,XPathResult.ANY_TYPE,null).iterateNext()" result:=Page.Execute(findContinue) dump2:=Chrome.Jxon_Dump(result) tooltip % "title='" title "'ndump:'" dump1 "n:" dump2 "' `nFrom " Page.GetAddress return -jdpmdphd@gmail.com