Open GoogleCodeExporter opened 9 years ago
I was able to figure this out.
Fix:
chr.Type "name=password index=1", "value"
Original comment by bjco...@gmail.com
on 11 Dec 2013 at 3:50
You can also use the Selenium 2 syntax:
chr.findElementsByName("password")(1).sendKeys "value"
Original comment by florentbr
on 12 Dec 2013 at 2:38
Is that even Safe? Could'nt they be monitoring your code would'nt they know
where to go and how to get in?
Original comment by CodyLeeG...@gmail.com
on 12 Jan 2014 at 5:23
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
bjco...@gmail.com
on 11 Dec 2013 at 3:39