Open GoogleCodeExporter opened 9 years ago
Sure, this example will copy the first two cells for the first 10 rows to the
specified textbox:
For i = 1 To 10
Set textbox = driver.FindElementById("textbox-id")
textbox.Clear
textbox.SendKeys Cell(i, 1).Text & Cell(i, 2).Text
Next
Original comment by florentbr
on 7 Oct 2014 at 12:24
Original issue reported on code.google.com by
coolguy2...@gmail.com
on 7 Oct 2014 at 10:36