seratch / scalatest

Automatically exported from code.google.com/p/scalatest
Apache License 2.0
0 stars 0 forks source link

Password input elements not handled #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The selenium DSL does not currently handle password inputs, meaning code like 
the following won't work:

textField("j_password").value = "Super secret"

This is because the code currently explicitly checks for text inputs only, 
whereas it should arguably include password inputs as well.

This is for 2.0.M5b, but checking the code suggests it applies to trunk as well.

Thanks!

Original issue reported on code.google.com by n...@nordman.org on 1 Mar 2013 at 1:05

GoogleCodeExporter commented 8 years ago
We actually implemented this Nov 21, a week after the 2.0.M5 release. So it is 
already in trunk. You can try it out via a 2.0.M6-SNAP release. The latest is 
2.0.M6-SNAP8, but this is only available currently for 2.10:

https://oss.sonatype.org/content/groups/public/org/scalatest/scalatest_2.10/2.0.
M6-SNAP8/

Original comment by b...@artima.com on 1 Mar 2013 at 2:22

GoogleCodeExporter commented 8 years ago
Ah, I see it now, I was looking for it in TextField. Thanks for the update, 
feel free to close this.

Original comment by n...@nordman.org on 1 Mar 2013 at 3:57