We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a234e commit acbf7b8Copy full SHA for acbf7b8
dotnet/test/common/ElementAttributeTest.cs
@@ -268,7 +268,7 @@ public void ShouldGetNumericAtribute()
268
{
269
driver.Url = formsPage;
270
IWebElement element = driver.FindElement(By.Id("withText"));
271
- Assert.That(element.GetAttribute("rows"), Is.EqualTo("5"));
+ Assert.That(element.GetDomAttribute("rows"), Is.EqualTo("5"));
272
}
273
274
[Test]
0 commit comments