चर्चा » बनवण्याच्या विनंत्या
How do i make a script that automatically clicks an element on screen.
I want a script that will click an element on screen, then click A and D when the element is not on screen. How difficult would this be to do?
I want to click when the click to play element is on screen
and after it gets clicked I want it to press A for 100ms, then press d for 100ms, and keep doing that until the click to play element shows on screen.
You can use jquery to do this $('CLASSORIDELEMENTNAME').click();
उत्तर पोस्ट करण्यासाठी साइन इन करा.
How do i make a script that automatically clicks an element on screen.
I want a script that will click an element on screen, then click A and D when the element is not on screen. How difficult would this be to do?
I want to click when the click to play element is on screen
and after it gets clicked I want it to press A for 100ms, then press d for 100ms, and keep doing that until the click to play element shows on screen.