You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: