I want to delete a default value of a textbox to enter the new value, but I am not getting how to do that.
I was thinking to use CTRL+a and then Delete but I'm not sure how to do this.
I even used WebDriver's command driver.findElement("locator").clear();
.
element.sendKeys("bla")
, would the text append itself to the existing one? ... If nothing helps, please show us the HTML code of the element. Something there could be done in a unusual way that breaks things... – Cislunar