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 bd26d88 commit 6b46e27Copy full SHA for 6b46e27
dotnet/test/common/ElementAttributeTest.cs
@@ -429,7 +429,7 @@ public void GetAttributeOfUserDefinedProperty()
429
{
430
driver.Url = EnvironmentManager.Instance.UrlBuilder.WhereIs("userDefinedProperty.html");
431
IWebElement element = driver.FindElement(By.Id("d"));
432
- Assert.That(element.GetAttribute("dynamicProperty"), Is.EqualTo("sampleValue"));
+ Assert.That(element.GetDomProperty("dynamicProperty"), Is.EqualTo("sampleValue"));
433
}
434
435
[Test]
0 commit comments