Topic Example:
<input type="text" id="cargo_q" autocomplete="off" value="5.5"/>
What is a way to modify the value of the "value" attribute using Selenium web driver?
Can I use a method like: IWebElement search_cargo =driver.FindElement(By.Id("cargo_q"))); search_cargo.setAttribute(attribute name,attribute new value); " ?