python-web根据元素属性进行定位的方法 1.根据属性ID值进行定位deftest_find_element_by_id(self):#定位搜索文本框search_input=self.driver.find_elem python定位