Skip to content

Commit

Permalink
Added <inheritdoc /> tags where needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnonax committed Jul 10, 2018
1 parent 235374e commit 472c559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TestAutomationEssentials.Selenium/BrowserElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ public bool Selected
}
}

/// <inheritdoc />
public Point Location
{
get
Expand All @@ -240,6 +241,7 @@ public Point Location
}
}

/// <inheritdoc />
public Size Size
{
get
Expand All @@ -248,6 +250,7 @@ public Size Size
}
}

/// <inheritdoc />
public bool Displayed
{
get
Expand Down Expand Up @@ -316,6 +319,7 @@ ReadOnlyCollection<IWebElement> ISearchContext.FindElements(By by)
return WebElement.FindElements(by);
}

/// <inheritdoc />
protected internal override ISearchContext GetSearchContext()
{
return WebElement;
Expand Down

0 comments on commit 472c559

Please sign in to comment.