I have below HTML tags, i want to pass/sendkeys to input box.
<input type="number" value="null" step="1" min="0" max="2" class="abc">
'sendkeys' is not working since above input 'type' is "number".(with sendkeys it's accepting only "string" values).