self.driver.find_element_by_id('com.test.home:id//et_username').click()
这句话就是报 An element could not be located on the page using the given search parameters. 实在是不知道为啥 id 都是正确的,还能报错 ,把别人的代码 copy 过来改了 id 也报错。怎么办,加了 try/except:都不走这步了 。怎么办啊。。。。。。。。