TestCafe 下拉选择器

TestCafe DropDown selector

我正在尝试 select testcafe 上的动态下拉值。

值 "select2-result-label-7" 除最后一个数字外保持不变。我怎么能 select 正确的下拉菜单?我尝试了模式匹配但没有成功。

可以帮我解决问题

文档中有一篇文章描述了如何使用动态选择器:https://devexpress.github.io/testcafe/documentation/test-api/selecting-page-elements/examples-of-working-with-dom-elements.html#select-elements-with-dynamic-ids

另请查看 https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors 文章。您可以在那里找到很多如何使用动态属性的示例。