Всем привет! Имею на странице два инпута:
<input class="text" type="hidden" name="post_config[notifications_email][value]" value="oldTest">
<input class="text " type="text" name="post_config[notifications_email][value]" value="oldTest">
Как найти второй, и вставить в него значение?
$(byName("post_config[notifications_email][value]")).shouldHave(byAttribute("type", "text")).setValue("test");