Answers for "how to click on button in htmlunit"

0

how to add function to button in html

<script>
 function myFunction() {
   alert("ALERT");
 }
</script>
<button onclick="myFunction()">Click</button>
Posted by: Guest on February-14-2022

Code answers related to "how to click on button in htmlunit"

Browse Popular Code Answers by Language