📜  cypress 按键 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:58.192000             🧑  作者: Mango

代码示例2
// this is the same as a user holding down SHIFT and ALT, then pressing Q
cy.get('input').type('{shift}{alt}Q')