I wanted to test my webapp with Geb and Grails and come across a strange error. When I tried to enter numbers 2 or 4 into an input, these numbers are ignored and no number is entered. Other numbers work fine. This error occured when I used Chrome Driver, but when I switched to Firefox, it works ok. Does anybody have the same problem or know the solution? Thanks very much!
E.g.
def "test with numbers"(){
$("input#someId\\.search") = "0123456789"
}
then in the input (text field), I have just 01356789.
Regards, Lojza