点击按钮后 出现弹窗 然后在弹窗页面中进行单选框的自动化操作
sreach_window=driver.current_window_handle #此行代码用来定位当前页面
time.sleep(2)
element =driver.find_element_by_class_name('modal-content').find_element_by_xpath('//*[@id="illegal_province_datalist"]/tr[1]/td[12]/input').click()
报错如下:
selenium.common.exceptions.NoSuchElementException: Message: Unable to find element with xpath == //*[@id="illegal_province_datalist"]/tr[1]/td[12]/inputC:\Users\Administrator\Desktop\照片