We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using this stealth plugin, it seems its not able to open/show the browser window - which is possible when not using this.
I am using the launcher like
l := launcher.New(). Headless(false). Devtools(true) defer l.Cleanup() // remove launcher.FlagUserDataDir url := l.MustLaunch()
however with stealth it seems to ignore the Headless(false) parameter?
The text was updated successfully, but these errors were encountered:
Works fine to me, need more info.
Sorry, something went wrong.
When using this stealth plugin, it seems its not able to open/show the browser window - which is possible when not using this. I am using the launcher like l := launcher.New(). Headless(false). Devtools(true) defer l.Cleanup() // remove launcher.FlagUserDataDir url := l.MustLaunch() however with stealth it seems to ignore the Headless(false) parameter?
same here
Maybe helpful here:
l := launcher.New(). Headless(false). Devtools(true) defer l.Cleanup() // remove launcher.FlagUserDataDir url := l.MustLaunch() browser := rod.New().ControlURL(url).Timeout(time.Minute).MustConnect() defer browser.MustClose() page := stealth.MustPage(browser) page.MustNavigate("https://www.wikipedia.org")
No branches or pull requests
When using this stealth plugin, it seems its not able to open/show the browser window - which is possible when not using this.
I am using the launcher like
however with stealth it seems to ignore the Headless(false) parameter?
The text was updated successfully, but these errors were encountered: