MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Click

Method Click

dotnet/test/webdriver/WebElementWrapper.cs:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public void Click()
49 {
50 WrappedElement.Click();
51 }
52
53 public IWebElement FindElement(By by)
54 {

Calls

no outgoing calls

Tested by

no test coverage detected