limit scope to an array of elementHandles (for selection/click/etc)
问题 I'm using --> arrayOfHandles = await page.$x({SOME XPATH EXPRESSION}); To create an array of elementHandles to loop through and limit scope in the loop to each Handle: But It is not working!!!!! Given the following snippet of code: <div class="cameraList"> <div class="camera-row"> <div class="statsRow"> <div class="checkbox checkbox-primary"> <input id="Entrance" type="checkbox" readonly=""> </div> <div class="hasLocationIcon"> <svg version="1.1" id="locationChecked"></svg> </div> <div title=