搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to find text in a button on the page

more options

When viewing a page containing a form, and the form has a button with a label, how do I search for the label to find the button?

When viewing a page containing a form, and the form has a button with a label, how do I search for the label to find the button?

所有回复 (1)

more options

You want to search using in-page find feature (Ctrl+f)? In-page find will find some button captions, but does not find all of them:

Yes: <button onclick="dosomething">Click me</button>

No: <input type="submit" name="subbtn" value="Click me">

You probably would need to use a script to find those kinds of buttons. (e.g., a bookmarklet or a userscript)