Hi @qqilihq,
I wonder why or when it will be possible to pass flagfs to Edge i.e. to define the download location. Wonder if that is a bug or just another stupid “Microsoft” thing.
Chrome
Edge (select disabled)
Trying to repurpose the Chrome settings failed. I even dailed them back to rudimentary settings but it keeps failing.
Best
Mike
Did you try renaming the root object from chromeOptions
to ms:edgeOptions
?
-Philipp
I only tried edgeOptions as this was the closed I found in the Selenium docs but the prefix ms:
doesn’t make a change either it seems
The error now says: cannot find msedge binary
- What does your capabilities contain?
- Does it even work with empty capabilities?
-Philipp
Neither with args, with empty args no only ms:edgeOptions
it works.
Here are my args:
"ms:edgeOptions": {
"args": [
"--stack_size=4096",
"--max_executable_size=4096",
" --optimize_for_size",
"--max_old_space_size=4096",
"--disable-ipc-flooding-protection",
"--disable-search-engine-choice-screen",
"--disk-cache-size=0",
"--verbose",
"--disable-infobars",
"--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
"--lang=en-US",
"--ignore-certificate-errors",
"--disable-blink-features=AutomationControlled"
]
}
}```
I just noticed that a Windows Debloat script might have removed Edge. Checkign that really quick but nontheless, the issue appeared on a customers device as well. Will update you asap…
PS: Can only fully verify that on Monday.