hound icon indicating copy to clipboard operation
hound copied to clipboard

fill_field(email, "[email protected]")) transforms `@` into `_`

Open Yamilquery opened this issue 3 years ago • 0 comments

I'm using chrome_driver with hound 1.1.1 but when I try to use fill_field/2 with an email, the at-sign is filled into the field as _, which is wrong.

I hope someone can help me.

Yamilquery avatar Mar 24 '21 18:03 Yamilquery