Setting a text field that has a JQuery mask on it
问题 Using watir-webdriver, I am trying to set the value for a text field. browser.text_field(:id, "phoneNumbers_value_input").set("5555551234") When I run that command, I can see that watir found the field because the cursor is set on that field however no text is entered. I have also tried the send_keys and append commands but nothing seemed to work. No exception is thrown from these methods. The only difference I could find between this field and the other fields on the page(which all work fine