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 59adbba commit c4d2cdeCopy full SHA for c4d2cde
dotnet/test/common/ElementAttributeTest.cs
@@ -232,7 +232,7 @@ public void ShouldReturnInnerHtml()
232
{
233
driver.Url = simpleTestPage;
234
235
- string html = driver.FindElement(By.Id("wrappingtext")).GetAttribute("innerHTML");
+ string html = driver.FindElement(By.Id("wrappingtext")).GetDomProperty("innerHTML");
236
Assert.That(html, Does.Contain("<tbody>"));
237
}
238
0 commit comments