⑴ 如何在python中用find_element_by_css_selector定位网页代码的元素用于click
直接用chrome或者firebug找出路径,现在很少手动找了。然后find_element_by_css_selector("路径").click