Add method `press_keys(selector, text)` to send individual key presses at a time. Similar to `send_keys()`, but should only press one key at a time as a separate action for each key. Useful for text fields that don't allow multiple keys at the same time.