You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
I can open chrome browser on headless mode by using ChromeOptions method, but I can not open edge on headless mode. EdgeOptions() method would be good like ChromeOptions.
I also tried the following approach, but it does not work.
c := agouti.NewCapabilities()
c.With("headless")
d := agouti.Desired(c)
driver = agouti.EdgeDriver(d)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can open chrome browser on headless mode by using ChromeOptions method, but I can not open edge on headless mode. EdgeOptions() method would be good like ChromeOptions.
I also tried the following approach, but it does not work.
The text was updated successfully, but these errors were encountered: