Closed kagg886 closed 5 months ago
@kagg886 What version of Edge are you using? According to the Selenium documentation for EdgeDriver, the below flag should be used to start a headless
session:
addArguments("--headless=new")
You might also want to set a window-size
even though the browser is headless:
addArguments("--window-size=1920,1080")
I want to start edge-driver on my virtual machine(Windows 11) make sure that the msedgedriver's version is equal to the browser's version, then i writing some code to try launch it:
but when i run it crash happened:(the
root
is right)how can i get more details and fix this bug? pls help me thk :D