我正在使用Selenium和BS4来获取页面上的元素,并且我想使用JS Execute_script在元素周围放置一个边框。: TypeError: arguments[0].setAttribute is not a function当我使用Selenium - find_element_by_ID抓取元素时,我得到了,当获取一个元素作为soup对象时,它似乎是一个不同的对象类型?备注:如果对象不
使用以下代码获取所有可用的麦克风,并使用该列表更新选择器。getConnectedDevices('audioinput').then(microphonesList => updateMicrophoneList(microphonesList));audio_devices.js:11 Uncaught (in promise) TypeError: Failed to execute 'add' on 'HTMLSelectElement'