求大神幫忙看一下,這個(gè)關(guān)閉按鈕怎么定位,用css和xpath定位都不行不知道什么原因,他的上一個(gè)提交按鈕時(shí)from里面的這個(gè)div里面的不知道有沒有影響這個(gè)實(shí)在HTML中顯示的代碼這個(gè)是在firepath中顯示的代碼這個(gè)是我寫的,不知道上面的上傳和提交對下面的關(guān)閉有沒有影響#上傳文件upload=driver.find_element_by_xpath("//*[@id='uploadifive-EnterpriseIchnographyPictureId']/input[2]")upload.send_keys("G:\\111.png")time.sleep(10)#提交編輯內(nèi)容driver.find_element_by_css_selector("#tab2_submit_form > div > button.btn_common.j-btnSubmit").click()time.sleep(2)#確認(rèn)提交driver.find_element_by_css_selector(".alert_hint_close").click()time.sleep(5)這個(gè)是報(bào)的錯(cuò)
添加回答
舉報(bào)
0/150
提交
取消