I have requriment to open the Application in MS Edge headless browser, I googled but no luck didn't find proper guidance. please provide how we can start and load url in Edge headless browser.
Environment I have tried (Selenium + Java)
windows 10 or 7
Selenium version : 3.141.59
Java : 1.8 and 11
Edge Browser version : 88.0.705.81 (Official build) (64-bit) (Chromium)
Edege Driver version : 87.0.664.55 / 88.0.705.81
these 2 below methods are mentioned in some blogs both are showing errors AND does not belong to JAVA+EDGE+Headless combo
EdgeOptions op = new EdgeOptions();
op.useChromium =true;
op.addArguments("headless");
both are showing as wrong in IDE.
please shed light on this topic.