This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
sendKeys on tel input fields not working in Chrome #1232
Closed
Description
element(by.id('phone')).sendKeys('5555');
(it does not matter what the input is, it can be a valid phone number) on an <input type="tel">
will not work in Chrome; the driver will focus the phone field, but not send any keys and then move on to the next thing. The expected behavior however works in Firefox. I haven't tested other drivers to see if it's just Chrome.
Running this on Sauce Labs.