Replace the current surname

Assume that the current surname smith inside the surname textbox has to be replaced by legend. The browser is highly secured and only keystores work in a proper way(all other binding gives an inconsistent result).

Which of the following Selenium methods can be used to achieve it?

Options
  1. PutKeyStroke
  2. SendKeys
  3. PutKeys
  4. SendKeyStrokes

Related Posts