Steps:
1)Open a website that automatically populates username and password (saved password) with Ranorex Open Browser API
Host.Current.OpenBrowser("<website with automatically populated credentials>", "Chrome", "", false, false, false, false, false, true);
2)Click the login button
Result:
chrome crashes
observations:
- under chrome settings - passwords - offer to save passwords setting causes this issue with the latest version of chrome. disabling the setting allows you to login normally
- downgrading chrome fixes the issue
- manually opening the browser and logging in works with that setting enabled and latest version of chrome