github.com/MontFerret/ferret@v0.18.0/pkg/drivers/cdp/templates/url.go (about) 1 package templates 2 3 import "github.com/MontFerret/ferret/pkg/drivers/cdp/eval" 4 5 const getURL = `() => window.location.toString()` 6 7 func GetURL() *eval.Function { 8 return eval.F(getURL) 9 }