This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Description
Heya, just ran into an issue where I was trying to test an autocomplete field, and had to drop down from fill_in to native.send_keys in order for the keyboard events to trigger the autocomplete. This raises the question: any reason not to use send_keys internally for fill_in? I'd be happy to make a PR for this!