Open GoogleCodeExporter opened 9 years ago
The replace method takes the text from the web element, replaces characters
according to the provided pattern and returns the result.
In your case, if you want to change the web element text :
set ele = driver.findElementByID("accTempForm_RODays")
newtext = ele.replace("90", "180")
ele.clear()
ele.sendKeys newtext
Original comment by florentbr
on 21 Feb 2014 at 10:14
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
rohan.ka...@gmail.com
on 21 Feb 2014 at 9:42