cy.type
accept keyboard shortcut syntax to release modifiers
#5694
Labels
cy.type
accept keyboard shortcut syntax to release modifiers
#5694
currently, in order to simulate the user pressing "
ctrl+b
hello world", you would need twocy.type
commands if you want to simulate releasing thectrl
key after theb
:We should introduce a new syntax
{<mod>+<key>}
to specify you want to press-and-release the ctrl key after one (or more) key:The text was updated successfully, but these errors were encountered: