thqby / ahk2_lib

MIT License
197 stars 26 forks source link

Chrome.ahk ChromeInst.NewTab(Url) fails #11

Closed dmtr99 closed 1 year ago

dmtr99 commented 1 year ago

It seems that the NewTab method is failing

Url := "https://www.google.com/" ChromeInst.NewTab(Url)

I currently use ChromePage.Call("Target.createTarget", {url : Url }), but I would prefer a method that would directly return the pageInstance.