1 2 3 4 5 6
<script> if (window.domAutomationController) { domAutomationController.setAutomationId(1); domAutomationController.send("READY"); } </script>