Python:selenium方法—2定位HTML元素
参见 https://www.cnblogs.com/yoyoketang/p/6557421.html 作者:上海悠悠摘要 1、xpath,css是最重要的方法。 2、方法前八种经常会用到的单数形式,返回页面元素。 1.id定位:find_element_by_id(self, id_) 2.name定位:find_element_by_name(self, name) 3....