Skip to content

Commit 6b46e27

Browse files
committed
dynamicProperty
1 parent bd26d88 commit 6b46e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/ElementAttributeTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public void GetAttributeOfUserDefinedProperty()
429429
{
430430
driver.Url = EnvironmentManager.Instance.UrlBuilder.WhereIs("userDefinedProperty.html");
431431
IWebElement element = driver.FindElement(By.Id("d"));
432-
Assert.That(element.GetAttribute("dynamicProperty"), Is.EqualTo("sampleValue"));
432+
Assert.That(element.GetDomProperty("dynamicProperty"), Is.EqualTo("sampleValue"));
433433
}
434434

435435
[Test]

0 commit comments

Comments
 (0)