Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用网格编写 E2E 测试。当我尝试使用网格进行单个选择时,它工作正常。
element('#wrapped_grid .item-id-2 .slick-cell').click();
但我不知道如何模拟多项选择,(点击+ ctrl键的组合)
任何想法将不胜感激!
谢谢。
虽然我无法模拟您所询问的内容,但请考虑“绕过”用户界面以直接在控制器上模拟多项选择。换句话说,直接调用控制器上处理用户多选的方法。