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 ba85145 commit 2b9d171Copy full SHA for 2b9d171
dotnet/test/common/ElementAttributeTest.cs
@@ -33,7 +33,7 @@ public void ShouldReturnNullWhenGettingTheValueOfAnAttributeThatIsNotListed()
33
{
34
driver.Url = simpleTestPage;
35
IWebElement head = driver.FindElement(By.XPath("/html"));
36
- string attribute = head.GetAttribute("cheese");
+ string attribute = head.GetDomAttribute("cheese");
37
Assert.That(attribute, Is.Null);
38
}
39
0 commit comments