go-thrust
go-thrust copied to clipboard
How to get event "page loaded"
Hello, need some help. Me need get event when page is loaded
thrustWindow := thrust.NewWindow(thrust.WindowOptions{RootUrl: "http://google.com"})
How can I do it?
*I do not want to use for this JS
Please look at the thrust documentation. If that does not work you will have to use the thrust js api to tie in certain events. I will try to look at the docs if I have time but am very busy. On Dec 7, 2015 4:10 AM, "Valeriy Bdtaev" [email protected] wrote:
Hello, need some help. Me need get event when page is loaded
thrustWindow := thrust.NewWindow(thrust.WindowOptions{RootUrl: " http://google.com"}) How can I do it?
*I do not want to use for this JS
— Reply to this email directly or view it on GitHub https://github.com/miketheprogrammer/go-thrust/issues/64.
btw. You have to use JS. the point of this API is to be able to interact with JS.