Join Discord
Powered by
#2 - `Copy to clipboard` is just copies the `Selec...
# cy10-feedback
a
adventurous-postman-3917
06/06/2022, 4:50 PM
#2 -
Copy to clipboard
is just copies the
Selector
not
cy.get('selector')
e.g. for following it will Paste only
#fname
not
cy.get('fname')
Previous
Next