dataflowjs
dataflowjs
> There's no need for `profile-directory` if it's going to be "Default", since you've already supplied `user-data-dir` then it appends '\Default' to a specific dir > > You can't have...
> No difference... Trying to run again ```go package main import ( "io" "log" "os" "strconv" "time" "github.com/go-rod/rod" "github.com/go-rod/rod/lib/launcher" "github.com/go-rod/rod/lib/utils" ) func init() { file, e := os.OpenFile("file.log", os.O_CREATE|os.O_TRUNC|os.O_WRONLY|os.O_APPEND, 0666)...
and i was trying without ```--no-startup-window``` flag, result the some
and if i do without loop, it works ```go func main() { go func() { ln := launcher.NewUserMode(). Bin("C:/Program Files/Google/Chrome/Application/chrome.exe"). Leakless(false). Headless(false). Set("--user-data-dir", `profiles`). Set("--profile-directory", `Profile10`). Set("--remote-debugging-port", `10010`). Delete("--no-startup-window") log.Println(ln.FormatArgs())...
Hi, becouse rod cannot working with multiple user-data-dir on windows 10 (error above), dont know about linux/mac
I have the some issue, im use rod as a connector and them i kill processes by self, dont know why but rod dont stop processes. This code working for...