-
Notifications
You must be signed in to change notification settings - Fork 415
should fill_in
use send_keys
internally?
#523
Comments
This can be a bit of a minefield, but you're welcome to tackle it; If my memory serves me right, I believe that A patch would be welcome, but it would need fairly extensive testing around special characters. |
I think I would expect |
My only reason for not going down that path myself is that I haven't needed it. If you have a need and can solve it with a patch, I'll gladly help shepherd it to merging. |
Great! I'll begin. |
As I remember Jon has already tried to replace this logic with send_keys but faced an issue. There were buggy release and then he switched logic back. You can find out more from git log indeed. |
Heya, just ran into an issue where I was trying to test an autocomplete field, and had to drop down from
fill_in
tonative.send_keys
in order for the keyboard events to trigger the autocomplete. This raises the question: any reason not to usesend_keys
internally forfill_in
? I'd be happy to make a PR for this!The text was updated successfully, but these errors were encountered: