I have some elements that have a dot in the name like the below and I get "Syntax error, unrecognized expression". Is there a way to target those?
cy.get('input[name=foo.bar]')
I have some elements that have a dot in the name like the below and I get "Syntax error, unrecognized expression". Is there a way to target those?
cy.get('input[name=foo.bar]')