Timeline for Is there a way to get selenium to connect to an edge browser for old IE sites?
Current License: CC BY-SA 4.0
Post Revisions
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 21 at 19:01 | comment | added | browsermator | you might check here: selenium.dev/documentation/webdriver/browsers/internet_explorer ...but I'm not sure you can set a profile using Edge. You might try creating a fresh new profile manually, logging that one in, and then setting the profile to the new one in options. | |
| Jan 21 at 14:06 | comment | added | Maurice Meyer |
The error is shown: cannot create default profile directory, possibly there is something wrong with the path: --user-data-dir=C:\Users\%USERNAME%\AppData\Local\Microsoft\Edge\User Data. Try a hard-coded path instead of relying on env variables.
|
|
| Jan 20 at 21:12 | history | asked | Karolsweats | CC BY-SA 4.0 |