Actions SendKeys Method WebDriver
Overload List

  NameDescription
Public methodSendKeys(String)
Sends a sequence of keystrokes to the browser.
Public methodSendKeys(IWebElement, String)
Sends a sequence of keystrokes to the specified element in the browser.
Back to Top
See Also