[HTTP] --> POST /wd/hub/session/ffcd7072-9f96-45cb-a61d-ec53fc696b56/element/0.9513211246393813-32/value {"value":["1","0","0","0","1"],"text":"10001"}
My JavaScript code snippet:
this.zipcode = element(by.model('personalInfo.zipcode'));
this.setZipcode = function (inputStr) {
this.zipcode.clear().sendKeys(inputStr);
};
When I pass the value 10001 in as "inputStr", only '101', '1', or '100' gets filled into the input field.