1. 程式人生 > >selenium常見報錯總結

selenium常見報錯總結

1)Element is not currently visible and so may not be interacted with。。。

例如:

執行下面語句會報錯,原因是id的元素不唯一,需要更改定位

driver.find_element_by_xpath(//*[@id="oa-file-uploader"]).click()