Beispiel #1
0
 public StringShould Attribute(string attributeName)
 => new StringShould(
     _expression.Append($"{nameof(Attribute)}({attributeName})").SetCondition(() => _rWebElement.GetAttribute(attributeName)),
     _automationManager, _rWebElement);
Beispiel #2
0
 public StringConditions Attribute(string attributeName)
 => new StringConditions(() => _element.GetAttribute(attributeName), $"Attribute({attributeName}) of {_element}");