使用 TestCafe 选择伪元素
Selecting pseudo-element with TestCafe
我觉得这很简单,但我在页面上有一些代码:
<input type="radio">::after</input>
<input type="radio"></input>
如何在 Testcafe 中使用 ::after
伪元素 select input
?谢谢
目前没有实现此功能。在 TestCafe Github 存储库中跟踪 https://github.com/DevExpress/testcafe/issues/2813 问题以了解我们的进展。
我觉得这很简单,但我在页面上有一些代码:
<input type="radio">::after</input>
<input type="radio"></input>
如何在 Testcafe 中使用 ::after
伪元素 select input
?谢谢
目前没有实现此功能。在 TestCafe Github 存储库中跟踪 https://github.com/DevExpress/testcafe/issues/2813 问题以了解我们的进展。