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 2524f0a commit 71a306aCopy full SHA for 71a306a
dotnet/test/common/ElementAttributeTest.cs
@@ -42,7 +42,7 @@ public void ShouldReturnNullWhenGettingSrcAttributeOfInvalidImgTag()
42
{
43
driver.Url = simpleTestPage;
44
IWebElement img = driver.FindElement(By.Id("invalidImgTag"));
45
- string attribute = img.GetDomProperty("src");
+ string attribute = img.GetDomAttribute("src");
46
Assert.That(attribute, Is.Null);
47
}
48
0 commit comments