我有一个简单的脚本,我试图在其中测试一些按钮的功能。在我的html中有一个按钮:在我的脚本中,我尝试了以下操作:await page.type('button[value="MyList"]');这是一个徒劳无功的尝试,因为我找不到在木偶操纵者文档中通过值选择元素的方法。显然,它找不到它,于是我得到了error: 'No node found f
我正在尝试使用更少的jQuery,但我发现对于dom元素的选择或操作很难。我不知道如何问这个问题,但我正在尝试遍历来自forEach循环的元素中的元素。const sections = document.querySelectorAll('.section') // now get an array of boxes elements INSIDE this section (and only this one)在jQuery中,我会这样做:
$('.sect