Results 2 comments of Oleh Lvivskyj

@jlipps @mykola-mokhnach We have similar problem. We have an application that allows user to login via form and using microsoft open id. So for open id the application opens browser...

@mykola-mokhnach I was able to find workaround previously: ``` Android.PasswordOpenId.Tap(); Process.Start("cmd", $"/C adb shell input text {password}"); ``` and it was working with your suggestion I made sth like: ```...