In case that .click() is not working as expected, you can try use the following code:
client.execute('document.getElementById("ID_without_#")[0].click()')
or
client.execute('document.getElementsByClassName("ID_without_.")[0].click()')
In case that .click() is not working as expected, you can try use the following code:
client.execute('document.getElementById("ID_without_#")[0].click()')
or
client.execute('document.getElementsByClassName("ID_without_.")[0].click()')
<%= block.description %>
<% } %><%= block.description %>
<% } %>