Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Edge on Headless Mode #193

Open
latifuluman opened this issue Sep 12, 2019 · 0 comments
Open

Edge on Headless Mode #193

latifuluman opened this issue Sep 12, 2019 · 0 comments

Comments

@latifuluman
Copy link

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant