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 comm and driver.findElement("locator").clear();