Javascript – Attempting to click form button for element to be visible, enable and stable
I am trying to click on submit button using Playwright, but can't make it work. I have following html code. <table> <tr> <td id="ct100" onscroll="scollPosition(this);"> <!-- some html form --> <input value="Save" type="submit" class="btn" /> </td> <td id="ct101" onscroll="scollPosition(this);"> <input…