JavaScript console automatically clicks on page elements

Source: Internet
Author: User
Tags setinterval

Original Address https://jingyan.baidu.com/article/0a52e3f41c0b0abf63ed726d.html

    1. Here take the Baidu Music VIP Redemption page to do the demonstration.

      First open the Baidu Music VIP Redemption page, and then press F12 to switch to the console console. :

    2. Then enter the following code in the console console, and then return to it will be automatically clicked, such as the demo diagram:

      SetInterval (function () {$ (' #exchange-submit '). Click ();},800); SetInterval (function () {$ ('. txt '). Click ();},800)

      ----------delimiter------------

      Code Explanation:

      #exchange-submit, this is said ID such as: source <span id= "Exchange-submit" ></span>

      . Inner (change the inner to TXT also look at the code), this is said class: source <span class= "inner" ><span class= "TXT" > Close </span> </ Span>

      The number here is milliseconds.

      “;” The code is the next paragraph of code, such as you want to loop click 3 different order of things and then add a ";" Just go ahead and enter the code.

      places to be aware of:

JavaScript console automatically clicks on page elements

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.