Hi,
I know that the get() method returns the element at the specified position in the list,
so does that mean that for this particular sentence of code:
HtmlInput inputMsgKey = (HtmlInput) getSendNotificationForm.getElementsByAttribute("input", "name", "msgKey").get(0);
get(0); will return the "input" element?
Thanks.