My web page contains three text boxes, and I am currently sending keys to the first one using the CSS selector shown below. Is it possible to send keys to the third text box using a similar CSS selector expression?
FindElement(By.CssSelector("input[type='text']")).SendKeys("COMMISSION")