using System.Linq;
var element = _list.FirstOrDefault(x => x.GetInnerHtml().Equals(_account_name));
if (element != null)
element.Click();
else
_my_repo.SignInToYourAccount.UseAnotherAccount.Click();
ArgusMagnus
- 156
- 2