Brandon Walderman
Brandon Walderman
Hi @AMP-BH. I've added this to our internal backlog for investigation.
Hi @AniOSDeveloper . This is a transient error and shouldn't impact Edge WebDriver usage. It's safe to ignore.
Hi @jbakeri4. Have you completed the required configuration at https://www.selenium.dev/documentation/ie_driver_server/#required-configuration ? Since you're on Windows 11, the protected mode settings aren't available through the Internet Settings control panel anymore so...
Hi @jar99 . As you found, `--user-data-dir` won't work to set the user data folder for the WebView2 runtime because Edge WebDriver is passed that arg to your host app,...
Hi @JanVokroj, I've added this to our internal backlog for investigation. Does the same issue happen when using headless=new with Chrome and ChromeDriver?
Thanks for reporting this. I've added this to our internal backlog for investigation.
Thank you for reporting this. Since this appears to be a regression due to migrating from IE11 to Edge IE Mode, I've added it to our internal backlog for investigation.
@p-system since you mentioned the workarounds in https://github.com/SeleniumHQ/selenium/issues/10319 don't work it sounds like you may be experiencing a different issue. Can you share a complete sample that reproduces the issue...
@p-system our team is committed to fixing regressions caused by upgrading from IE11 to Edge IE Mode to ensure that existing Selenium test suites continue to work uninterrupted. We aren't...
Hi @SaranKumar1997. The `--force-device-scale-factor` command line arg changes the device scale factor (a.k.a. the device pixel ratio) as seen by the browser. You can verify this is working by looking...