I am using
email.SendKeys("myemail@gmail.com")
but sometimes is putting myemail2gmail.com
, is putting 2
instead of @
, I already did a quick research and I would like to know if this is the best solution
email.SendKeys("myemail" + Keys.Shift + "2" + Keys.Shift + "gmail.com");
The issue is in IE 11 and I am using browserstack with specflow in Visual Studio c#.