Web ページで値が「abc」であるすべての入力タグをクリックする JavaScript コード行が必要です。
<input value="abc" onclick="require("InlineFriendInviter").sendInvite("216532985099211", "100002543193060", "u_1h_2l", "send", "admin_tip");" type="submit" id="u_1h_2m">
試したところ、
$('input[value="abc"]').click();
エラーが発生しています
Error: <![EX[["Tried to get element with id of \"%s\" but it is not present on the page.","input[value=\"abc\"]"]]]>