Closed anharu2394 closed 5 years ago
I added clickmethod to Element class. When click method is used with supported elements (such as an <input>), it fires the element's click event.
click
<input>
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/click
Thanks!
I added
click
method to Element class. Whenclick
method is used with supported elements (such as an<input>
), it fires the element's click event.https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/click